Click or drag to resize
Vector3.Negate Method (Vector3, Vector3)

[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 void Negate(
	ref Vector3 value,
	out Vector3 result
)

Parameters

value
Type: VRageMath.Vector3
Source vector.
result
Type: VRageMath.Vector3
[OutAttribute] Vector pointing in the opposite direction.
See Also