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

The vector to normalize.

Returns
Type Description
Vector3

The normalized vector.