Class Summary |
DD |
Implements extended-precision floating-point numbers
which maintain 106 bits (approximately 30 decimal digits) of precision. |
MathUtil |
Various utility functions for mathematical and numerical operations. |
Matrix |
Implements some 2D matrix operations
(in particular, solving systems of linear equations). |
Plane3D |
Models a plane in 3-dimensional Cartesian space. |
Vector2D |
A 2-dimensional mathematical vector represented by double-precision X and Y components. |
Vector3D |
Represents a vector in 3-dimensional Cartesian space. |