VRageMath.Vector3D.Reject - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexVector3D

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

Vector3D

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

Parameters

⚠️ **GitHub.com Fallback** ⚠️