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

Function SquaredBulkNorm

TSConformal2D.h:794–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792 /// \related RoundPoint2D
793
794 inline float SquaredBulkNorm(const RoundPoint2D& a)
795 {
796 return (a.x * a.x + a.y * a.y);
797 }
798
799 /// \brief Returns the squared round bulk of the 2D dipole $d$.
800 /// \related Dipole2D

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected