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