Share via


Vector2.Divide Method

Divides a vector by a scalar or another vector.

Overload List

Name Description
Vector2.Divide (Vector2, Single) Divides a vector by a scalar value.
Vector2.Divide (Vector2, Single, Vector2) Divides a vector by a scalar value.
Vector2.Divide (Vector2, Vector2) Divides the components of a vector by the components of another vector.
Vector2.Divide (Vector2, 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