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