| Package | Description |
|---|---|
| math.geom3d.line |
Spatial geometry toolbox.
|
| math.geom3d.plane |
Spatial geometry toolbox.
|
| math.geom3d.polygon |
| Modifier and Type | Method and Description |
|---|---|
Point3D |
StraightLine3D.getPlaneIntersection(Plane3D plane)
Compute intersection with a plane.
|
double |
StraightLine3D.getPlaneIntersectionParametric(Plane3D plane)
Compute intersection with a plane
|
StraightLine3D |
StraightLine3D.project(Plane3D plane) |
| Modifier and Type | Field and Description |
|---|---|
static Plane3D |
Plane3D.xyPlane |
static Plane3D |
Plane3D.xzPlane |
static Plane3D |
Plane3D.yzPlane |
| Modifier and Type | Method and Description |
|---|---|
Plane3D |
AxisAlignedPlane3D.asPlane3D()
Convert to Plane3D
|
static Plane3D |
Plane3D.createPlaneDefinedByPoints(Collection<Point3D> pointsInPlane)
Construct from points in plane
Picks 3 anchors from provided list of points, see
pickAnchors(Collection) |
| Constructor and Description |
|---|
Plane3DCoordinateSubsystem(Plane3D plane) |
| Modifier and Type | Field and Description |
|---|---|
protected Plane3D |
SimplePlanarPolygon3D.plane |
| Modifier and Type | Method and Description |
|---|---|
Plane3D |
SimplePlanarPolygon3D.getPlane()
Get plane of the polygon
All polygon vertices are guaranteed to lie within the plane,
but the specific origin, vector1, vector2 and coordinate subsystem derived from those
are chosen arbitrarily.
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.