VRageMath.Vector3D.Reject - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Vector3D
public static Vector3D Reject(Vector3D vector, Vector3D direction)
Returns the rejection of vector from direction, i.e. projection of vector onto the plane defined by origin and direction
Rejection of the vector from the given direction
public static void Reject(ref Vector3D vector, ref Vector3D direction, out Vector3D result)
Returns the rejection of vector from direction, i.e. projection of vector onto the plane defined by origin and direction