| 634 | /// \related RoundPoint2D |
| 635 | |
| 636 | inline RoundPoint2D Center(const RoundPoint2D& a) |
| 637 | { |
| 638 | return (RoundPoint2D(a.x * a.z, a.y * a.z, a.z * a.z, a.z * a.w)); |
| 639 | } |
| 640 | |
| 641 | /// \brief Returns the center of the 2D dipole $d$. |
| 642 | /// \related Dipole2D |
nothing calls this directly
no test coverage detected