| Class | Description |
|---|---|
| Polygon<T extends PolygonModelType,D extends TwoMin & ThreeMax,A extends Alignment<D>> |
A polygon which is formed out of an aligned polygon model.
|
| PolygonEdge<D extends TwoMin & ThreeMax> |
A polygon edge consisting out of a line segment and a normal pointing to the outside.
|
| PolygonExterior<D extends TwoMin & ThreeMax> |
This class represents the exterior components of a polygon,
which are vertices and edges with their corresponding normals.
|
| PolygonVertex<D extends TwoMin & ThreeMax> |
A polygon vertex consisting out of a point and a normal pointing to the outside.
|