18#ifndef _SO_PINCH_GESTURE_EVENT_
19#define _SO_PINCH_GESTURE_EVENT_
22#include <Inventor/system/SbSystem.h>
45 return lastScaleFactor;
61 totalRotationAngle = v;
64 return totalRotationAngle;
68 lastRotationAngle = v;
71 return lastRotationAngle;
75 currentRotationAngle = v;
78 return currentRotationAngle;
82 deltaRotationAngle = v;
85 return deltaRotationAngle;
93 double lastScaleFactor;
96 double totalRotationAngle;
97 double lastRotationAngle;
98 double currentRotationAngle;
99 double deltaRotationAngle;
A SoGestureEvent derived from SoEvent.
A SoGestureEvent derived from SoEvent.
A SoPinch2GestureEvent derived from SoGestureEvent.
void setLastRotationAngle(double v)
double getScaleFactor() const
void setNewPosition(SbVec2s v)
virtual ~SoPinch2GestureEvent()
void setScaleFactor(double v)
double getLastScaleFactor() const
void setCurrentRotationAngle(double v)
void setLastScaleFactor(double v)
void setDeltaRotationAngle(double v)
double getTotalRotationAngle() const
void setTotalRotationAngle(double v)
SbVec2s getDeltaVector() const
void setDeltaVector(SbVec2s v)
double getDeltaRotationAngle() const
double getCurrentRotationAngle() const
SbVec2s getNewPosition() const
double getLastRotationAngle() const
Target mlrange_cast(Source arg)
Generic version of checked ML casts.