Vector2.op_Division Method
XNA Game Studio 4.0
Divide a vector by a scalar or another vector.
| 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. |