[]
        
(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)
Parameters
Type Name Description
Vector2 value

The vector to normalize.

Returns
Type Description
Vector2

The normalized vector.