Vector3Negate Method (Vector3, Vector3) |
[This is preliminary documentation and is subject to change.]
Returns a vector pointing in the opposite direction.
Namespace: VRageMathAssembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax public static void Negate(
ref Vector3 value,
out Vector3 result
)
Parameters
- value
- Type: VRageMathVector3
Source vector. - result
- Type: VRageMathVector3
[OutAttribute] Vector pointing in the opposite direction.
See Also