[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.Normalize

Normalize Method

Normalize(Vector3)

Converts the vector into a unit vector.

Declaration
public static Vector3 Normalize(Vector3 value)
Parameters
Type Name Description
Vector3 value

The vector to normalize.

Returns
Type Description
Vector3

The normalized vector.