/////////////////////////////////////////////////////// \brief Default constructor Creates a `Vector3(0, 0, 0)`. ///////////////////////////////////////////////////////
| 47 | /// |
| 48 | //////////////////////////////////////////////////////////// |
| 49 | constexpr Vector3() = default; |
| 50 | |
| 51 | //////////////////////////////////////////////////////////// |
| 52 | /// \brief Construct the vector from its coordinates |
nothing calls this directly
no outgoing calls
no test coverage detected