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

Function Reject

TSVector4D.h:532–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530 /// \related Vector4D
531
532 inline Vector4D Reject(const Vector4D& a, const Vector4D& b)
533 {
534 return (a - b * Dot(a, b));
535 }
536
537 // ==============================================
538 // Floor / ceiling

Callers

nothing calls this directly

Calls 1

DotFunction · 0.70

Tested by

no test coverage detected