Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ Normalize
Function
Normalize
TSVector2D.h:467–470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
/// \related Vector2D
466
467
inline Vector2D Normalize(const Vector2D& v)
468
{
469
return (v * InverseMag(v));
470
}
471
472
// ==============================================
473
// Dot
Callers
nothing calls this directly
Calls
1
InverseMag
Function · 0.70
Tested by
no test coverage detected