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

Function SquaredCenterNorm

TSConformal2D.h:766–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764 /// \related RoundPoint2D
765
766 inline float SquaredCenterNorm(const RoundPoint2D& a)
767 {
768 return (a.x * a.x + a.y * a.y);
769 }
770
771 /// \brief Returns the squared distance from the origin to the center of the 2D dipole $d$.
772 /// \related Dipole2D

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected