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
2a2b594b 03b9 3446 a5e5 99db5514cbea
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Normalizes the vector.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Vector2 Normalize(
Vector2 u
)VB
Public Shared Function Normalize (
u As Vector2
) As Vector2C++
public:
static Vector2 Normalize(
Vector2 u
)F#
static member Normalize :
u : Vector2 -> Vector2 - Vector2
- Vector to normalize
Vector2
A normalized vector.