org.rubato.rubettes.util
Class LeapUtil
java.lang.Object
org.rubato.rubettes.util.LeapUtil
public class LeapUtil
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LeapUtil
public LeapUtil()
onScreen
public static java.lang.Boolean onScreen(com.leapmotion.leap.Finger finger)
keepFingerIf
public static java.util.List<com.leapmotion.leap.Finger> keepFingerIf(java.util.List<com.leapmotion.leap.Finger> fingers,
LeapUtil.Axis axis,
LeapUtil.Operation op,
double val)
fingerToScreenPoint
public static PointND fingerToScreenPoint(com.leapmotion.leap.Finger f)
removeOffscreenFingers
public static java.util.List<com.leapmotion.leap.Finger> removeOffscreenFingers(java.util.List<com.leapmotion.leap.Finger> fingers)
FingerListToJavaList
public static java.util.List<com.leapmotion.leap.Finger> FingerListToJavaList(com.leapmotion.leap.FingerList fingers)
getFrontmostFingers
public static java.util.List<com.leapmotion.leap.Finger> getFrontmostFingers(java.util.List<com.leapmotion.leap.Finger> fingers,
int count)