HyperWorks Tools

::hwat::math::CheckTransformMatrix

::hwat::math::CheckTransformMatrix

Previous topic Next topic No expanding text in this topic  

::hwat::math::CheckTransformMatrix

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::math::CheckTransformMatrix - Checks the validity of the given transormation matrix.

 

SYNTAX

::hwat::math::CheckTransformMatrix d_matrixList

 

ARGUMENTS

d_matrixList

The list contains 9 elements – 3 rotation components for X, Y, and Z respectively

 

RETURNS

{} – matrix is not valid.

1 – matrix appears to be valid.

 

EXAMPLE

::hwat::math::CheckTransformMatrix $theMatrixList

 

COMMENTS

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.

 

See also

::hwat::math::CheckReflection,

::hwat::math::IsIdentityMatrix

Math Functions