IsIdentity Property (Matrix4x4)
In This Topic
Gets a value indicating whether this instance is an identity matrix.
Syntax
'Declaration
Public ReadOnly Property IsIdentity As Boolean
public bool IsIdentity {get;}
Property Value
true
if this instance is an identity matrix; otherwise,
false
.
See Also