See: Description
Interface | Description |
---|---|
Vector3D | |
Vector4D |
Class | Description |
---|---|
AxisAlignedBoundingBoxXYZ |
immutable representation of an axis-aligned bounding box
with x, y and z dimensions
|
AxisAlignedBoundingBoxXZ |
immutable representation of an axis-aligned bounding box
with x and z dimensions
TODO: rename to AxisAlignedRectangleXZ?
|
GeometryUtil |
utility class for some useful calculations
|
JTSConversionUtil |
converts between own and JTS geometry representations.
|
LineSegmentXYZ | |
LineSegmentXZ | |
Poly2TriUtil | |
PolygonWithHolesXZ | |
PolygonXYZ |
a three-dimensional polygon
|
PolygonXZ | |
SimplePolygonXZ |
a non-self-intersecting polygon in the XZ plane
|
TriangleXYZ | |
TriangleXYZWithNormals | |
TriangleXZ | |
VectorGridXZ |
regular grid of
VectorXZ . |
VectorXYZ | |
VectorXYZW | |
VectorXZ |
immutable two-dimensional vector with x and z component
|
Exception | Description |
---|---|
InvalidGeometryException |
exception that is used when attempting to construct geometry that
does not exhibit required properties - such as self-intersecting polygons.
|