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);
58 virtual SbBool dragStart(
void);
59 virtual void drag(
void);
60 virtual void dragFinish(
void);
The SbCylinderProjector class is the abstract base class for mapping to cylindrical surfaces.
Definition SbCylinderProjector.h:39
The SbList class is a template container class for lists.
Definition SbList.h:70
The SbRotation class represents a rotation in 3D space.
Definition SbRotation.h:44
The SoSFFloat class is a container for a floating point value.
Definition SoSFFloat.h:39
The SoSFRotation class is a container for an SbRotation.
Definition SoSFRotation.h:40
The SoVRMLCylinderSensor class maps pointer motion into rotations around the Y-axis.
Definition SoVRMLCylinderSensor.h:42
SoSFRotation rotation_changed
Definition SoVRMLCylinderSensor.h:54
SoSFFloat minAngle
Definition SoVRMLCylinderSensor.h:52
SoSFFloat diskAngle
Definition SoVRMLCylinderSensor.h:50
SoSFFloat maxAngle
Definition SoVRMLCylinderSensor.h:51
SoSFFloat offset
Definition SoVRMLCylinderSensor.h:53
The SoVRMLDragSensor class is a superclass for VRML drag sensors.
Definition SoVRMLDragSensor.h:46