C D G V 

D

drawJoints(GameGrid, Point3D[], int, Color) - Method in class ch.aplu.ggkinect.GGKinect
Draws the given skeleton joints as colored circle of given size.
drawJoints(GameGrid, Point3D[], int, Color, double, double) - Method in class ch.aplu.ggkinect.GGKinect
Draws the given skeleton joints as colored circle of given size.
drawSegments(GameGrid, Point3D[], int, Color, SkeletonJoint...) - Method in class ch.aplu.ggkinect.GGKinect
Draws a connection of the given skeleton joints as colored lines.
drawSkeleton(GameGrid, Point3D[], int, Color) - Method in class ch.aplu.ggkinect.GGKinect
Draws all corresponding segments of the give skeleton joints as colored lines.
C D G V