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

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

#include <BrushStrokeControlPoint.h>

Inheritance diagram for APDYNAMICART::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< SimpleBoxgetNormal ()
 
osg::ref_ptr< SimpleBoxgetBinormal ()
 
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> APDYNAMICART::DAGizmo::getBinormal ( )
inline
osg::ref_ptr<SimpleBox> APDYNAMICART::DAGizmo::getNormal ( )
inline
void DAGizmo::hide ( )
bool APDYNAMICART::DAGizmo::isVisible ( )
inline
void DAGizmo::show ( )

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