Vector2.op_Division Method
Divide a vector by a scalar or another vector.
Overload List
Name | Description |
---|---|
Vector2.op_Division (Vector2, Single) | Divides a vector by a scalar value. |
Vector2.op_Division (Vector2, Vector2) | Divides the components of a vector by the components of another vector. |
See Also
Reference
Vector2 Structure
Vector2 Members
Microsoft.Xna.Framework Namespace