Share via


Vector3.Divide Method

Divide a vector by a scalar or another vector.

Overload List

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