| 659 | /// \related RoundPoint2D |
| 660 | |
| 661 | inline FlatPoint2D FlatCenter(const RoundPoint2D& a) |
| 662 | { |
| 663 | return (FlatPoint2D(a.x, a.y, a.z)); |
| 664 | } |
| 665 | |
| 666 | /// \brief Returns the flat center of the 2D dipole $d$. |
| 667 | /// \related Dipole2D |
nothing calls this directly
no test coverage detected