Developer Documentation
AlignT.hh
1
2
namespace
align
{
3
8
template
<
class
MeshT >
9
void
moveToCOG(MeshT& _mesh);
10
15
template
<
class
MeshT >
16
void
rotate
(MeshT& _mesh);
17
22
template
<
class
MeshT >
23
void
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
align
Definition:
AlignT.hh:2
PluginFunctions::rotate
void rotate(const ACG::Vec3d &_axis, const double _angle, const ACG::Vec3d &_center, int _viewer)
Rotate Scene around axis.
Definition:
PluginFunctions.cc:833
Plugin-AlignMeshes
AlignT.hh
Generated on Tue Mar 5 2019 16:53:51 for Developer Documentation by
1.8.13