|
|
|
|
@ -47,8 +47,8 @@ template<class T = Float>
|
|
|
|
|
#endif |
|
|
|
|
class MatrixTransformation2D: public AbstractTranslationRotationScaling2D<T> { |
|
|
|
|
public: |
|
|
|
|
/** @brief Transformation matrix type */ |
|
|
|
|
typedef typename DimensionTraits<2, T>::MatrixType DataType; |
|
|
|
|
/** @brief Underlying transformation type */ |
|
|
|
|
typedef Math::Matrix3<T> DataType; |
|
|
|
|
|
|
|
|
|
#ifndef DOXYGEN_GENERATING_OUTPUT |
|
|
|
|
inline constexpr static Math::Matrix3<T> fromMatrix(const Math::Matrix3<T>& matrix) { |
|
|
|
|
|