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

55600269 a883 aeaa 7b68 af48403247c8

haplokuon edited this page May 6, 2023 · 1 revision

IsNormalized Property

netDxf 3.0.0 Library

Gets if the vector has been normalized.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool IsNormalized { get; }

VB

Public ReadOnly Property IsNormalized As Boolean
	Get

C++

public:
property bool IsNormalized {
	bool get ();
}

F#

member IsNormalized : bool with get

Property Value

Boolean

See Also

Reference

Vector2 Structure
netDxf Namespace

Clone this wiki locally