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>
59 virtual void drag(
void);
65 static float findAngle(
const SbRotation & rot);
The SbCylinderProjector class is the abstract base class for mapping to cylindrical surfaces.
Definition SbCylinderProjector.h:39
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
SoSFRotation rotation_changed
Definition SoVRMLCylinderSensor.h:54
SoVRMLCylinderSensor(void)
Definition CylinderSensor.cpp:209
SoSFFloat minAngle
Definition SoVRMLCylinderSensor.h:52
SoSFFloat diskAngle
Definition SoVRMLCylinderSensor.h:50
SoSFFloat maxAngle
Definition SoVRMLCylinderSensor.h:51
SoSFFloat offset
Definition SoVRMLCylinderSensor.h:53
virtual void drag(void)=0
virtual SbBool dragStart(void)=0
virtual void dragFinish(void)=0
SoVRMLDragSensor(void)
Definition DragSensor.cpp:119
static void initClass(void)
Definition DragSensor.cpp:111