HyperWorks Tools

::hwat::math::IsIdentityMatrix

::hwat::math::IsIdentityMatrix

Previous topic Next topic No expanding text in this topic  

::hwat::math::IsIdentityMatrix

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

NAME

::hwat::math::IsIdentityMatrix - Check if the matrix is identity.

 

SYNTAX

::hwat::math::IsIdentityMatrix d_matrixList

 

ARGUMENTS

d_matrixList

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

 

RETURNS

0 – not an identity matrix.

1 – an identity matrix.

 

EXAMPLE

::hwat::math::IsIdentityMatrix theMatrixList

 

See also

::hwat::math::CheckReflection

::hwat::math::CheckTransformMatrix

Math Functions