Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ Reject
Function
Reject
TSVector2D.h:514–517 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
512
/// \related Vector2D
513
514
inline Vector2D Reject(const Vector2D& a, const Vector2D& b)
515
{
516
return (a - b * Dot(a, b));
517
}
518
519
// ==============================================
520
// Floor / ceiling
Callers
nothing calls this directly
Calls
1
Dot
Function · 0.70
Tested by
no test coverage detected