This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
63d38329 3996 517e 43dc 8a22022bbac0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets if the vector has been normalized.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool IsNormalized { get; }VB
Public ReadOnly Property IsNormalized As Boolean
GetC++
public:
property bool IsNormalized {
bool get ();
}F#
member IsNormalized : bool with getBoolean