Reject
Summary
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
Returns
Rejection of the vector from the given direction
Parameters
Summary
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