[]
        
(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)
Public Shared Function Normalize(value As Vector4) As Vector4
Parameters
Type Name Description
Vector4 value

The vector to normalize.

Returns
Type Description
Vector4

The normalized vector.