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