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