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

Function SquaredWeightNorm

TSConformal2D.h:822–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820 /// \related RoundPoint2D
821
822 inline float SquaredWeightNorm(const RoundPoint2D& a)
823 {
824 return (a.z * a.z);
825 }
826
827 /// \brief Returns the squared round weight of the 2D dipole $d$.
828 /// \related Dipole2D

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected