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