[]
Converts the vector into a unit vector.
public static void NormalizeRef(ref Vector4 value)
Public Shared Sub NormalizeRef(ByRef value As Vector4)
| Type | Name | Description |
|---|---|---|
| Vector4 | value | The vector to normalize. |
Converts the vector into a unit vector.
public static void NormalizeRef(out Vector4 result, ref Vector4 value)
Public Shared Sub NormalizeRef(ByRef result As Vector4, ByRef value As Vector4)
| Type | Name | Description |
|---|---|---|
| Vector4 | result | When the method completes, contains the normalized vector. |
| Vector4 | value | The vector to normalize. |