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

Function Unitize

TSMotor3D.h:483–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481 /// \related Motor3D
482
483 inline Motor3D Unitize(const Motor3D& Q)
484 {
485 return (Q * InverseMag(Q.v));
486 }
487
488
489 // ==============================================

Callers

nothing calls this directly

Calls 1

InverseMagFunction · 0.70

Tested by

no test coverage detected