edu.wpi.first.wpilibj
Class Kinect.Point4

java.lang.Object
  extended by edu.wpi.first.wpilibj.Kinect.Point4
Enclosing class:
Kinect

public class Kinect.Point4
extends java.lang.Object

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

x

public float x

y

public float y

z

public float z

w

public float w
Constructor Detail

Kinect.Point4

public Kinect.Point4()
Method Detail

getX

public float getX()

getY

public float getY()

getZ

public float getZ()

getW

public float getW()

size

public int size()