| Class | Description | |
|---|---|---|
| BSPNode | BSP tree node. | |
| Edge3D |
The Edge3D class stores two related Vertex objects that make an edge. |
|
| Matrix4 | A 4x4 matrix for transformations in 3D space. | |
| Plane | A plane in 3D space. | |
| Point3D | A 3D coordinate. | |
| Polygon | Polygon's are the building blocks of visible 3D shapes. | |
| Pool | ||
| UVCoord | A 2D coordinate point on a texture that corresponds to a vertex of a polygon. | |
| Vertex | A vertex is the point of intersection of edges the of a polygon. |