[]
        
(Showing Draft Content)

C1.Util.DX.Vector2.Normalize

Normalize Method

Normalize(Vector2)

Converts the vector into a unit vector.

Declaration
public static Vector2 Normalize(Vector2 value)
Public Shared Function Normalize(value As Vector2) As Vector2
Parameters
Type Name Description
Vector2 value

The vector to normalize.

Returns
Type Description
Vector2

The normalized vector.