Vector2.Normalize Method
Creates a unit vector from the specified vector.
Overload List
Name | Description |
---|---|
Vector2.Normalize () | Turns the current vector into a unit vector. |
Vector2.Normalize (Vector2) | Creates a unit vector from the specified vector. |
Vector2.Normalize (Vector2, Vector2) | Returns a normalized version of the specified vector. |
See Also
Reference
Vector2 Structure
Vector2 Members
Microsoft.Xna.Framework Namespace