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

2a2b594b 03b9 3446 a5e5 99db5514cbea

haplokuon edited this page May 6, 2023 · 1 revision

Normalize(Vector2) Method

netDxf 3.0.0 Library

Normalizes the vector.

Definition

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 Vector2

C++

public:
static Vector2 Normalize(
	Vector2 u
)

F#

static member Normalize : 
        u : Vector2 -> Vector2 

Parameters

  Vector2
Vector to normalize

Return Value

Vector2
A normalized vector.

See Also

Reference

Vector2 Structure
Normalize Overload
netDxf Namespace

Clone this wiki locally