24 #ifndef COIN_SOVRMLPLANESENSOR_H
25 #define COIN_SOVRMLPLANESENSOR_H
27 #include <Inventor/nodes/SoSubNode.h>
28 #include <Inventor/VRMLnodes/SoVRMLDragSensor.h>
29 #include <Inventor/fields/SoSFVec2f.h>
30 #include <Inventor/fields/SoSFVec3f.h>
38 static void initClass(
void);
49 virtual void drag(
void);
The SbPlaneProjector class projects 2D points to 3D points in a plane.
Definition: SbPlaneProjector.h:31
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition: SoBase.h:41
The SoSFVec2f class is a container for an SbVec2f vector.
Definition: SoSFVec2f.h:31
The SoSFVec3f class is a container for an SbVec3f vector.
Definition: SoSFVec3f.h:31
The SoVRMLDragSensor class is a superclass for VRML drag sensors.
Definition: SoVRMLDragSensor.h:37
virtual void dragFinish(void)=0
virtual void drag(void)=0
virtual SbBool dragStart(void)=0
The SoVRMLPlaneSensor class maps pointer motion into object space translations.
Definition: SoVRMLPlaneSensor.h:33
SoSFVec3f offset
Definition: SoVRMLPlaneSensor.h:43
SoSFVec2f maxPosition
Definition: SoVRMLPlaneSensor.h:42
SoSFVec3f translation_changed
Definition: SoVRMLPlaneSensor.h:44
SoSFVec2f minPosition
Definition: SoVRMLPlaneSensor.h:41