| 478 | /// \related RoundPoint2D |
| 479 | |
| 480 | inline Circle2D Dual(const RoundPoint2D& a) |
| 481 | { |
| 482 | return (Circle2D(-a.z, a.x, a.y, -a.w)); |
| 483 | } |
| 484 | |
| 485 | /// \brief Returns the dual of the 2D dipole $d$, which is a 2D dipole. |
| 486 | /// \related Dipole2D |
nothing calls this directly
no test coverage detected