Boolean RigidBodyTransformationMatrix.IsMatrixWellFormed()

Verify that the data meets the following criteria for a rigid-body transformation: 1) The rotation matrix contains three orthonormal orientations 2) The transformation components are valid values 3) The shear components are all zero 4) The scale value is unity

Return Value

Type: Boolean
`true` if the data represents a rigid-body matrix.