33 #ifndef COIN_SOVRMLPLANESENSOR_H 34 #define COIN_SOVRMLPLANESENSOR_H 36 #include <Inventor/nodes/SoSubNode.h> 37 #include <Inventor/VRMLnodes/SoVRMLDragSensor.h> 38 #include <Inventor/fields/SoSFVec2f.h> 39 #include <Inventor/fields/SoSFVec3f.h> 47 static void initClass(
void);
58 virtual void drag(
void);
67 #endif // ! COIN_SOVRMLPLANESENSOR_H The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:45
SoSFVec2f minPosition
Definition: SoVRMLPlaneSensor.h:50
#define SO_NODE_HEADER(classname)
The SoSFVec2f class is a container for an SbVec2f vector.This field is used where nodes...
Definition: SoSFVec2f.h:40
virtual SbBool dragStart(void)=0
The SoVRMLDragSensor class is a superclass for VRML drag sensors.
Definition: SoVRMLDragSensor.h:46
virtual void drag(void)=0
SoSFVec3f translation_changed
Definition: SoVRMLPlaneSensor.h:53
The SbPlaneProjector class projects 2D points to 3D points in a plane.The 3D projection of the 2D coo...
Definition: SbPlaneProjector.h:40
virtual void dragFinish(void)=0
SoSFVec3f offset
Definition: SoVRMLPlaneSensor.h:52
SoSFVec2f maxPosition
Definition: SoVRMLPlaneSensor.h:51
The SoSFVec3f class is a container for an SbVec3f vector.This field is used where nodes...
Definition: SoSFVec3f.h:40
The SoVRMLPlaneSensor class maps pointer motion into object space translations.The detailed class doc...
Definition: SoVRMLPlaneSensor.h:41