edu.wpi.first.wpilibj
Class Skeleton.Joint
java.lang.Object
   edu.wpi.first.wpilibj.Skeleton.Joint
edu.wpi.first.wpilibj.Skeleton.Joint
- Enclosing class:
- Skeleton
- public class Skeleton.Joint 
- extends Object
An individual Joint from Kinect data
| Field Summary | 
| protected  byte | trackingState
 | 
| protected  float | x
 | 
| protected  float | y
 | 
| protected  float | z
 | 
 
 
 
x
protected float x
y
protected float y
z
protected float z
trackingState
protected byte trackingState
getX
public float getX()
- 
 
getY
public float getY()
- 
 
getZ
public float getZ()
- 
 
getTrackingState
public Skeleton.tJointTrackingState getTrackingState()
- 
 
"For updated information see the Java FRC site"