This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
36f5fc56 c9f2 e5ba a2b5 895374ee3452
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets if the actual matrix is the identity.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool IsIdentity { get; }
VB
Public ReadOnly Property IsIdentity As Boolean
Get
C++
public:
property bool IsIdentity {
bool get ();
}
F#
member IsIdentity : bool with get
Boolean
The checks to see if the matrix is the identity uses the MathHelper.Epsilon as a the threshold for testing values close to one and zero.