| 280 | /// \brief Default constructor that leaves the components uninitialized. |
| 281 | |
| 282 | inline Point2D() = default; |
| 283 | |
| 284 | /// \brief Constructor that sets components explicitly. |
| 285 | /// \param a,b The components of the point. |
nothing calls this directly
no outgoing calls
no test coverage detected