/////////////////////////////////////////////////////// \brief Default constructor Creates a `Vector2(0, 0)`. ///////////////////////////////////////////////////////
| 50 | /// |
| 51 | //////////////////////////////////////////////////////////// |
| 52 | constexpr Vector2() = default; |
| 53 | |
| 54 | //////////////////////////////////////////////////////////// |
| 55 | /// \brief Construct the vector from cartesian coordinates |
nothing calls this directly
no outgoing calls
no test coverage detected