[]
Converts the vector into a unit vector.
public static void NormalizeRef(ref Vector4 value)
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)
Type | Name | Description |
---|---|---|
Vector4 | result | When the method completes, contains the normalized vector. |
Vector4 | value | The vector to normalize. |