Gets whether this matrix is a pure rotation.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Property Value
Type: BooleanTrue if this matrix represents a pure rotation; false otherwise.
Remarks
- The matrix has a determinant of 1, and
- The matrix composed with its transpose yields the identity matrix. (i.e. matrix * matrix.Transpose() = I)
See Also