Class Summary |
Approximation |
Approximation is a static class that will create a
piece of geometry (line, rectangle, etc) that best fits a collection of
points. |
Distance |
Distance is a static class that provides commonly used math
functions. |
EigenSystem |
EigenSystem defines a system of eigen values and associated
eigen vectors that solves the case AX = (alpha)X where (A - alpha(I)) = 0. |
Line |
Line defines a line represented as
L(t) = origin + t * direction for any real-valued t, and
direction is not necessarily unit length. |
MathUtils |
Math Utils provides a variety of useful math functions. |
Matrix |
Matrix defines and maintains a 4x4 matrix. |
Quaternion |
Quaternion defines a single example of a more general class of
hypercomplex numbers. |
Rectangle |
Rectangle defines a finite plane with an origin point and
two edge directions that defines it's extents. |
Vector |
Vector defines a three dimensional vector of (x,y,z). |