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