Matrix, vector, triple, and quaternion routines.
-
triple - class for representing cartesian 3-space positions and directions
-
vector - Class for arbitrary-length vectors.
-
quaternion - Quaternion class.
-
matrix - generic matrix class.
-
tmatrix - The tmatrix is a representation of a subset of 4x4 homogeneous transformation matrices.
-
triple friend functions-
Vector friend functions-
Quaternion friend functions-
operator* - homogeneous matrix multiplication.
This header file contains class declarations and inline functions
for matrix, vector, triple, and quaternion classes.
matrix::inverse
code was taken from Andrew Wilmott's (ajw@cs.cmu.edu)
SVL library. See the
SVL homepage for more information.
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.