[]
Converts the vector into a unit vector.
public static Vector3 Normalize(Vector3 value)
Public Shared Function Normalize(value As Vector3) As Vector3
| Type | Name | Description |
|---|---|---|
| Vector3 | value | The vector to normalize. |
| Type | Description |
|---|---|
| Vector3 | The normalized vector. |