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