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