C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / IsIdentity Property

In This Topic
IsIdentity Property (Matrix4x4)
In This Topic
Gets a value indicating whether this instance is an identity matrix.
Syntax
'Declaration
 
Public ReadOnly Property IsIdentity As System.Boolean
 

Property Value

true if this instance is an identity matrix; otherwise, false.
See Also