Share via


Vector4.Divide Method

Divide a vector by a scalar or another vector.

Overload List

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

See Also

Reference

Vector4 Structure
Vector4 Members
Microsoft.Xna.Framework Namespace