HyperWorks Tools

::hwat::math::CheckReflection

::hwat::math::CheckReflection

Previous topic Next topic No expanding text in this topic  

::hwat::math::CheckReflection

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

NAME

::hwat::math::CheckReflection - Check a given cosine matrix for reflection properties.

 

SYNTAX

::hwat::math::CheckReflection d_matrixList

 

ARGUMENTS

d_matrixList

The list contains the 9 elements of the cosine matrix – 3 rotation components for X, Y, and Z respectively.

 

RETURNS

{} on failure (matrix does not possess reflection properties).

d_vectorList, the i, j, k components of the reflection plane.

 

EXAMPLE

::hwat::math::CheckReflection $theMatrixList

 

COMMENTS

The i, j, k components represent the normal to the plane of reflection.

 

See also

::hwat::math::CheckTransformMatrix

::hwat::math::IsIdentityMatrix

Math Functions