|
Class Summary |
| Bessel |
This class provides static Bessel functions. |
| Eigen3f |
|
| FastMath |
FastMath provides 'fast' math approximations and float equivalents of Math
functions. |
| Line |
Line defines a line. |
| LineSegment |
LineSegment represents a segment in the space. |
| Matrix3f |
Matrix3f defines a 3x3 matrix. |
| Matrix4f |
Matrix4f defines and maintains a 4x4 matrix in row major order. |
| Plane |
A plane in 3D space. |
| Quaternion |
Quaternion defines a single example of a more general class of
hypercomplex numbers. |
| Ray |
Ray defines a line segment which has an origin and a direction. |
| Rectangle |
Rectangle defines a finite plane within three dimensional space
that is specified via three points (A, B, C). |
| Ring |
Ring defines a flat ring or disk within three dimensional
space that is specified via the ring's center point, an up vector, an inner
radius, and an outer radius. |
| TransformMatrix |
TransformMatrix holds a rotation (Matrix3f) and translation (Vector3f) for point manipulation |
| TransformQuaternion |
Started Date: Jul 16, 2004
Same as TransformMatrix, but stores rotations as quats, not Matrix3f. |
| Triangle |
Triangle defines a object for containing triangle information. |
| Vector2f |
Vector2f defines a Vector for a two float value vector. |
| Vector3f |
Vector3f defines a Vector for a three float value tuple. |