| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wpi.first.wpilibj.Kinect
public class Kinect
| Nested Class Summary | |
|---|---|
|  class | Kinect.Point4A set of 4 coordinates (x,y,z,w) bundled into one object | 
| Method Summary | |
|---|---|
|  Kinect.Point4 | getFloorClipPlane()Retrieve the FloorClipPlane from the Kinect device | 
|  Kinect.Point4 | getGravityNormal()Retrieve the GravityNormal vector from the Kinect device The w value returned from this method is always 0 | 
| static Kinect | getInstance()Gets an instance of the Kinect device | 
|  int | getNumberOfPlayers()Query the number of players detected by the Kinect | 
|  Kinect.Point4 | getPosition()Query the position of the detected skeleton The w value returned from this method is always 1 | 
|  Skeleton | getSkeleton()Retrieve the detected skeleton from the Kinect device | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static Kinect getInstance()
public int getNumberOfPlayers()
public Kinect.Point4 getFloorClipPlane()
public Kinect.Point4 getGravityNormal()
public Kinect.Point4 getPosition()
public Skeleton getSkeleton()
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||