33 #ifndef COIN_SOVRMLCYLINDERSENSOR_H 34 #define COIN_SOVRMLCYLINDERSENSOR_H 36 #include <Inventor/nodes/SoSubNode.h> 37 #include <Inventor/VRMLnodes/SoVRMLDragSensor.h> 38 #include <Inventor/fields/SoSFFloat.h> 39 #include <Inventor/fields/SoSFRotation.h> 47 static void initClass(
void);
59 virtual void drag(
void);
65 static float findAngle(
const SbRotation & rot);
69 #endif // ! COIN_SOVRMLCYLINDERSENSOR_H The SoVRMLCylinderSensor class maps pointer motion into rotations around the Y axis.
Definition: SoVRMLCylinderSensor.h:41
#define SO_NODE_HEADER(classname)
The SoSFRotation class is a container for an SbRotation.
Definition: SoSFRotation.h:40
SoSFFloat offset
Definition: SoVRMLCylinderSensor.h:53
virtual SbBool dragStart(void)=0
The SoVRMLDragSensor class is a superclass for VRML drag sensors.
Definition: SoVRMLDragSensor.h:46
virtual void drag(void)=0
The SbRotation class represents a rotation in 3D space.
Definition: SbRotation.h:44
virtual void dragFinish(void)=0
SoSFFloat diskAngle
Definition: SoVRMLCylinderSensor.h:50
The SoSFFloat class is a container for a floating point value.
Definition: SoSFFloat.h:39
SoSFRotation rotation_changed
Definition: SoVRMLCylinderSensor.h:54
SoSFFloat maxAngle
Definition: SoVRMLCylinderSensor.h:51
The SbCylinderProjector class is the abstract base class for mapping to cylindrical surfaces...
Definition: SbCylinderProjector.h:39
SoSFFloat minAngle
Definition: SoVRMLCylinderSensor.h:52