[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.NormalizeRef

NormalizeRef Method

NormalizeRef(ref Vector4)

Converts the vector into a unit vector.

Declaration
public static void NormalizeRef(ref Vector4 value)
Public Shared Sub NormalizeRef(ByRef value As Vector4)
Parameters
Type Name Description
Vector4 value

The vector to normalize.

NormalizeRef(out Vector4, ref Vector4)

Converts the vector into a unit vector.

Declaration
public static void NormalizeRef(out Vector4 result, ref Vector4 value)
Public Shared Sub NormalizeRef(ByRef result As Vector4, ByRef value As Vector4)
Parameters
Type Name Description
Vector4 result

When the method completes, contains the normalized vector.

Vector4 value

The vector to normalize.