vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DAGizmo Class Reference

Gizmo - graphical representation of something, e.g. Frenet frame. More...

#include <MTControlPoint.h>

Inheritance diagram for DAGizmo:

Public Member Functions

 DAGizmo (osg::Group *p_EOOwner, osg::Vec3 position, osg::Vec3 tangent, osg::Vec3 normal, osg::Vec3 binormal, double radius)
 
 ~DAGizmo ()
 
osg::ref_ptr< SimpleBox > getNormal ()
 
osg::ref_ptr< SimpleBox > getBinormal ()
 
bool isVisible ()
 
void hide ()
 
void show ()
 

Detailed Description

Gizmo - graphical representation of something, e.g. Frenet frame.

Render tangent, normal and binormal as SimpleBox

Constructor & Destructor Documentation

DAGizmo::DAGizmo ( osg::Group *  p_EOOwner,
osg::Vec3  position,
osg::Vec3  tangent,
osg::Vec3  normal,
osg::Vec3  binormal,
double  radius 
)
DAGizmo::~DAGizmo ( )

Member Function Documentation

osg::ref_ptr<SimpleBox> DAGizmo::getBinormal ( )
inline
osg::ref_ptr<SimpleBox> DAGizmo::getNormal ( )
inline
void DAGizmo::hide ( )
bool DAGizmo::isVisible ( )
inline
void DAGizmo::show ( )

The documentation for this class was generated from the following files: