| Interface | Description |
|---|---|
| FlatRegion | |
| Region |
Represents a physical shape.
|
| RegionSelector |
Region selectors create
Regions from a series of "selected points."
They are used, for example, to allow users to create a CuboidRegion
by selecting two corners of the cuboid. |
| Class | Description |
|---|---|
| AbstractRegion | |
| ConvexPolyhedralRegion | |
| ConvexPolyhedralRegionSelector | Deprecated
This class only exists as to not break binary compatibility
|
| CuboidRegion |
An axis-aligned cuboid.
|
| CuboidRegionSelector | Deprecated
This class only exists as to not break binary compatibility
|
| CylinderRegion |
Represents a cylindrical region.
|
| CylinderRegionSelector | Deprecated
This class only exists as to not break binary compatibility
|
| EllipsoidRegion |
Represents an ellipsoid region.
|
| EllipsoidRegionSelector | Deprecated
This class only exists as to not break binary compatibility
|
| ExtendingCuboidRegionSelector | Deprecated
This class only exists as to not break binary compatibility
|
| NullRegion |
A region that contains no points.
|
| Polygonal2DRegion |
Represents a 2D polygonal region.
|
| Polygonal2DRegionSelector | Deprecated
This class only exists as to not break binary compatibility
|
| RegionIntersection |
An intersection of several other regions.
|
| Regions |
Utility methods relating to
Regions. |
| SphereRegionSelector | Deprecated
This class only exists as to not break binary compatibility
|
| TransformRegion |
Transforms another region according to a provided vector
Transform. |
| Exception | Description |
|---|---|
| RegionOperationException |
Copyright © 2010-2014. All Rights Reserved.