| AbstractShape3d<T extends AbstractShape3d<?>> |
Abstract shape with 2 double precision floating-point numbers.
|
| GeomFactory3d |
Factory of geometrical elements.
|
| MultiShape3d<T extends Shape3d<?>> |
Container for grouping of shapes.
|
| OrientedPoint3d |
2D oriented point with double precision floating-point numbers.
|
| Path3d |
Path with 2 double precision floating-point numbers.
|
| PathElement3d |
An element of the path with 2 double precision floating-point numbers.
|
| PathElement3d.ClosePathElement3d |
An element of the path that represents a CLOSE.
|
| PathElement3d.CurvePathElement3d |
An element of the path that represents a CURVE_TO.
|
| PathElement3d.LinePathElement3d |
An element of the path that represents a LINE_TO.
|
| PathElement3d.MovePathElement3d |
An element of the path that represents a MOVE_TO.
|
| PathElement3d.QuadPathElement3d |
An element of the path that represents a QUAD_TO.
|
| Point3d |
3D Point with 3 double precision floating-point numbers.
|
| RectangularPrism3d |
A rectangle with 2 double precision floating-point numbers.
|
| Segment3d |
A 2D segment/line with 2 double precision floating-point numbers.
|
| SegmentPoint3d |
A 3D segment/line encapsulating points with 3 double precision numbers.
|
| Sphere3d |
A sphere with 3 double precision floating-point numbers.
|
| Tuple3d<RT extends Tuple3d<? super RT>> |
3D tuple with 3 double precision floating-point numbers.
|
| Vector3d |
3D Vector with 3 double precision floating-point numbers.
|