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

Function Normalize

TSVector4D.h:460–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458 /// \related Vector4D
459
460 inline Vector4D Normalize(const Vector4D& v)
461 {
462 return (v * InverseMag(v));
463 }
464
465 // ==============================================
466 // Dot

Callers 3

TSMatrix3D.cppFile · 0.70
TSMatrix2D.cppFile · 0.70
TSMatrix4D.cppFile · 0.70

Calls 1

InverseMagFunction · 0.70

Tested by

no test coverage detected