| 373 | /// \related FlatPoint2D |
| 374 | |
| 375 | inline Line2D Complement(const FlatPoint2D& p) |
| 376 | { |
| 377 | return (Line2D(-p.x, -p.y, -p.z)); |
| 378 | } |
| 379 | |
| 380 | /// \brief Returns the complement of the 2D line $g$, which is a 2D flat point. |
| 381 | /// \related FlatPoint2D |
no test coverage detected