Skip to content

VRageMath.Vector3D.Divide

Morten Aune Lyrstad edited this page Oct 10, 2019 · 18 revisions

IndexNamespace IndexVector3D

Summary

public static Vector3D Divide(Vector3D value1, Vector3D value2)

Divides the components of a vector by the components of another vector.

Returns

Vector3D

Parameters

Summary

public static void Divide(ref Vector3D value1, ref Vector3D value2, out Vector3D result)

Divides the components of a vector by the components of another vector.

Parameters

Summary

public static Vector3D Divide(Vector3D value1, double value2)

Divides a vector by a scalar value.

Returns

Vector3D

Parameters

Summary

public static void Divide(ref Vector3D value1, double value2, out Vector3D result)

Divides a vector by a scalar value.

Parameters

Clone this wiki locally