|
|
|
@ -208,6 +208,12 @@ template<class T> class BasicRigidMatrixTransformation2D: public AbstractBasicTr |
|
|
|
Math::Matrix3<T> _transformation; |
|
|
|
Math::Matrix3<T> _transformation; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@brief Two-dimensional rigid transformation for float scenes implemented using matrices |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@see @ref RigidMatrixTransformation3D |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
typedef BasicRigidMatrixTransformation2D<Float> RigidMatrixTransformation2D; |
|
|
|
|
|
|
|
|
|
|
|
}} |
|
|
|
}} |
|
|
|
|
|
|
|
|
|
|
|
|