[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.NormalizeRef

NormalizeRef Method

NormalizeRef(ref Vector3)

Converts the vector into a unit vector.

Declaration
public static void NormalizeRef(ref Vector3 value)
Parameters
Type Name Description
Vector3 value

The vector to normalize.

NormalizeRef(out Vector3, ref Vector3)

Converts the vector into a unit vector.

Declaration
public static void NormalizeRef(out Vector3 result, ref Vector3 value)
Parameters
Type Name Description
Vector3 result

When the method completes, contains the normalized vector.

Vector3 value

The vector to normalize.