|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.voidplus.leapmotion.Gesture
de.voidplus.leapmotion.CircleGesture
public class CircleGesture
Constructor Summary | |
---|---|
CircleGesture(PApplet parent,
LeapMotion leap,
com.leapmotion.leap.Gesture gesture)
|
Method Summary | |
---|---|
PVector |
getCenter()
The center point of the circle within the Leap frame of reference. |
Finger |
getFinger()
The finger performing the circle gesture. |
PVector |
getNormal()
Returns the normal vector for the circle being traced. |
float |
getProgress()
The number of times the finger tip has traversed the circle. |
float |
getRadius()
The radius of the circle. |
PVector |
getRawCenter()
Raw data of the center point of the circle within the Leap frame of reference. |
PVector |
getRawNormal()
Raw data the normal vector for the circle being traced. |
Methods inherited from class de.voidplus.leapmotion.Gesture |
---|
countHands, getDuration, getDurationInSeconds, getHands, getId, hasHands |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CircleGesture(PApplet parent, LeapMotion leap, com.leapmotion.leap.Gesture gesture)
Method Detail |
---|
public PVector getCenter()
public PVector getRawCenter()
public PVector getNormal()
public PVector getRawNormal()
public float getProgress()
public float getRadius()
public Finger getFinger()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |