| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected