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
72df2de1 94c9 32f2 4a61 10e18cb40d5e
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