|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.voidplus.leapmotion.Device
public class Device
Constructor Summary | |
---|---|
Device(PApplet parent,
LeapMotion leap,
com.leapmotion.leap.Device device)
|
Method Summary | |
---|---|
float |
getHorizontalViewAngle()
The angle of view along the x axis of this device. |
float |
getRange()
The maximum reliable tracking range. |
float |
getVerticalViewAngle()
The angle of view along the z axis of this device. |
String |
toString()
A string containing a brief, human readable description of the Device object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Device(PApplet parent, LeapMotion leap, com.leapmotion.leap.Device device)
Method Detail |
---|
public float getHorizontalViewAngle()
public float getVerticalViewAngle()
public float getRange()
public String toString()
toString
in class Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |