54 #ifndef ACG_COORDSYSNODE_HH 55 #define ACG_COORDSYSNODE_HH 60 #include <ACG/Scenegraph/BaseNode.hh> 61 #include <ACG/Scenegraph/DrawModes.hh> 62 #include <ACG/GL/GLPrimitives.hh> 102 void boundingBox(
Vec3d& _bbMin,
Vec3d& _bbMax);
111 void position(
const Vec3d& _pos);
123 void size(
const double _size);
130 void drawCoordsys(
GLState& _state);
131 void drawCoordsysPick(
GLState& _state);
157 #endif // ACG_COORDSYSNODE_HH defined Namespace providing different geometric functions concerning angles.
double coordsysSize_
Size of the coordsys.
Vec3d position_
3d position of the coordsys origin
Node for displaying coordinate systems.
PickTarget
What target to use for picking.
Matrix4x4d rotation_
Orientation of coordsys.