::hwat::math::CheckTransformMatrix - Checks the validity of the given transormation matrix.
::hwat::math::CheckTransformMatrix d_matrixList
d_matrixList |
The list contains 9 elements – 3 rotation components for X, Y, and Z respectively |
{} – matrix is not valid.
1 – matrix appears to be valid.
::hwat::math::CheckTransformMatrix $theMatrixList
Performs various sanity checks on the given cosine matrix to help ensure that it is a valid matrix. If the test fails, the user may want to call the CheckReflection function to see if the matrix has reflective properties.
::hwat::math::CheckReflection,
::hwat::math::IsIdentityMatrix