Click or drag to resize
Vector3UnaryNegation Operator

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

Returns a vector pointing in the opposite direction.

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

Parameters

value
Type: VRageMathVector3
Source vector.

Return Value

Type: Vector3

[Missing <returns> documentation for "M:VRageMath.Vector3.op_UnaryNegation(VRageMath.Vector3)"]

See Also