Click or drag to resize
Vector3Division Operator (Single, Vector3)

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

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

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static Vector3 operator /(
	float value,
	Vector3 divider
)

Parameters

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:VRageMath.Vector3.op_Division(System.Single,VRageMath.Vector3)"]

divider
Type: VRageMathVector3

[Missing <param name="divider"/> documentation for "M:VRageMath.Vector3.op_Division(System.Single,VRageMath.Vector3)"]

Return Value

Type: Vector3

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

See Also