Cog3DMatrix3x3 IsIdentity Property Cognex VisionPro
Gets whether this matrix is identity.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public virtual bool IsIdentity { get; }

Property Value

Type: Boolean
True if this matrix is identity; false otherwise.
See Also