|
Java Kinect class question (getPosition())
In the new Kinect class there is a method getPosition that returns a Kinect.Point4 variable. Within the varaible there is an x, y, z, and w float value. Now I know what the x, y, and z variables are representing but what is the w value for?
|