|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.Skeleton.Joint
public class Skeleton.Joint
An individual Joint from Kinect data
Field Summary | |
---|---|
protected byte |
trackingState
|
protected float |
x
|
protected float |
y
|
protected float |
z
|
Method Summary | |
---|---|
Skeleton.tJointTrackingState |
getTrackingState()
|
float |
getX()
|
float |
getY()
|
float |
getZ()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected float x
protected float y
protected float z
protected byte trackingState
Method Detail |
---|
public float getX()
public float getY()
public float getZ()
public Skeleton.tJointTrackingState getTrackingState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |