/////////////////////////////////////////////////////// \brief Default constructor Creates an empty rectangle (it is equivalent to calling `Rect({0, 0}, {0, 0})`). ///////////////////////////////////////////////////////
| 50 | /// |
| 51 | //////////////////////////////////////////////////////////// |
| 52 | constexpr Rect() = default; |
| 53 | |
| 54 | //////////////////////////////////////////////////////////// |
| 55 | /// \brief Construct the rectangle from position and size |
nothing calls this directly
no outgoing calls
no test coverage detected