See: Description
Interface | Description |
---|---|
Shape3D |
The
Shape3D interface provides definitions for objects
that represent some form of 3D geometric Shape3D. |
Class | Description |
---|---|
GeomUtil |
Utilities for geom objects
|
Line2DUtil | Deprecated
Use
GeomUtil instead |
Line3D |
This
Line3D (3D equivalent to java Line2D class) represents a 3D line segment in (x,y,z)
coordinate space. |
Polygon2D |
This class is a Polygon with double coordinates.
|
Polyline2D |
This class has the same behavior than
Polygon2D , except that
the figure is not closed. |
Polyline3D |