|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.Kinect.Point4
public class Kinect.Point4
A set of 4 coordinates (x,y,z,w) bundled into one object
Field Summary | |
---|---|
float |
w
|
float |
x
|
float |
y
|
float |
z
|
Constructor Summary | |
---|---|
Kinect.Point4()
|
Method Summary | |
---|---|
float |
getW()
|
float |
getX()
|
float |
getY()
|
float |
getZ()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float x
public float y
public float z
public float w
Constructor Detail |
---|
public Kinect.Point4()
Method Detail |
---|
public float getX()
public float getY()
public float getZ()
public float getW()
public int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |