Developer Documentation
Loading...
Searching...
No Matches
AlignT.hh
1
2namespace align{
3
8template< class MeshT >
9void moveToCOG(MeshT& _mesh);
10
15template< class MeshT >
16void rotate(MeshT& _mesh);
17
22template< class MeshT >
23void moveCenterOfBBToOrigin(MeshT& _mesh);
24
25} // namespace align
26
27
28#if defined(INCLUDE_TEMPLATES) && !defined(ALIGNT_CC)
29#define MALIGNT_TEMPLATES
30#include "AlignT_impl.hh"
31#endif
32
33
void rotate(const ACG::Vec3d &_axis, const double _angle, const ACG::Vec3d &_center, int _viewer)
Rotate Scene around axis.