[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.Normalize

Normalize Method

Normalize(Vector4)

Converts the vector into a unit vector.

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

The vector to normalize.

Returns
Type Description
Vector4

The normalized vector.