Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

62ac47f6 5109 973f a0ba 0c04f2e2a8f0

haplokuon edited this page May 6, 2023 · 1 revision

IsIdentity Property

netDxf 3.0.0 Library

Gets if the actual matrix is the identity.

Definition

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

Property Value

Boolean

Remarks

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.

See Also

Reference

Matrix4 Structure
netDxf Namespace

Clone this wiki locally