MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / Reject

Function Reject

TSVector3D.h:644–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642 /// \related Vector3D
643
644 inline Vector3D Reject(const Vector3D& a, const Vector3D& b)
645 {
646 return (a - b * Dot(a, b));
647 }
648
649 // ==============================================
650 // Floor / ceiling

Callers

nothing calls this directly

Calls 1

DotFunction · 0.70

Tested by

no test coverage detected