/////////////////////////////////////////////////////// \brief Default constructor Creates an identity transform (a transform that does nothing). ///////////////////////////////////////////////////////
| 54 | /// |
| 55 | //////////////////////////////////////////////////////////// |
| 56 | constexpr Transform() = default; |
| 57 | |
| 58 | //////////////////////////////////////////////////////////// |
| 59 | /// \brief Construct a transform from a 3x3 matrix |
nothing calls this directly
no outgoing calls
no test coverage detected