Share via


Vector3.op_Division Method

Divides a vector by a scalar or another vector.

Overload List

Name Description
Vector3.op_Division (Vector3, Single) Divides a vector by a scalar value.
Vector3.op_Division (Vector3, Vector3) Divides the components of a vector by the components of another vector.

See Also

Reference

Vector3 Structure
Vector3 Members
Microsoft.Xna.Framework Namespace