MeVisLab Resolution Independence API
|
SoDragger3D is a 3d dragger consisting of a 2d and 1d draggers. More...
#include <SoDragger3D.h>
Public Member Functions | |
SoDragger3D () | |
Constructor. | |
void | setScale (float scale) |
sets the general scale size of the dragger | |
Static Public Member Functions | |
static void | initClass () |
must be called first to initialize the class in OpenInventor | |
Public Attributes | |
SoSFVec3f | translation |
Position of the 3D-Dragger. | |
Protected Member Functions | |
~SoDragger3D () override | |
Destructor. | |
SoDragger3D is a 3d dragger consisting of a 2d and 1d draggers.
The 1d dragger is rotated by 90 degrees (y-axis)
Definition at line 22 of file SoDragger3D.h.
SoDragger3D::SoDragger3D | ( | ) |
Constructor.
|
overrideprotected |
Destructor.
|
static |
must be called first to initialize the class in OpenInventor
void SoDragger3D::setScale | ( | float | scale | ) |
sets the general scale size of the dragger
SoSFVec3f SoDragger3D::translation |
Position of the 3D-Dragger.
Definition at line 40 of file SoDragger3D.h.