| 372 | /// \brief Default constructor that leaves the components uninitialized. |
| 373 | |
| 374 | inline Point3D() = default; |
| 375 | |
| 376 | /// \brief Constructor that sets components explicitly. |
| 377 | /// \param a,b,c The components of the point. |
nothing calls this directly
no outgoing calls
no test coverage detected