Functor to rotate, shift and transform a point to map coordinates This functor stores cos and sin of the provided rotation.
More...
template<class Celltype>
class mira::maps::polygon::TransformToMapFunctor< Celltype >
Functor to rotate, shift and transform a point to map coordinates This functor stores cos and sin of the provided rotation.
The operator*= from Pose2 does the creation of a transformation matrix on each call. To avoid that overhead this functor does these transformations by hand and does not use the operator provided by Pose2.