VRageMath.Vector3.Negate - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Vector3
public static Vector3 Negate(Vector3 value)
Returns a vector pointing in the opposite direction.
- Vector3 value
public static void Negate(ref Vector3 value, out Vector3 result)
Returns a vector pointing in the opposite direction.