43 point *= transform.
scale;
60 return out <<
"Transform(translation = " << transform.
translation <<
", rotation = " << transform.
rotation <<
", scale = " << transform.
scale <<
')';
Definition custom_decoration_generator.h:5
constexpr Transform identity< Transform >()
Definition transform.h:53
std::ostream & operator<<(std::ostream &, const Object &)
constexpr U to(T &&value)
Definition conversion.h:56
Matrix< T, 3, 3 > operator*(const Matrix< T, 3, 3 > &m, T scalar)
Definition matrix3x3.h:273