Click or drag to resize
Vector3Divide Method (Vector3, Single)

[This is preliminary documentation and is subject to change.]

Divides a vector by a scalar value.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static Vector3 Divide(
	Vector3 value1,
	float value2
)

Parameters

value1
Type: VRageMathVector3
Source vector.
value2
Type: SystemSingle
The divisor.

Return Value

Type: Vector3

[Missing <returns> documentation for "M:VRageMath.Vector3.Divide(VRageMath.Vector3,System.Single)"]

See Also