| Package | Description |
|---|---|
| org.ximtec.igesture.io.tuio.tuio3D |
| Modifier and Type | Class and Description |
|---|---|
class |
TuioCursor3D
The TuioCursor3D class encapsulates /tuio/3Dcur TUIO cursors.
|
class |
TuioObject3D
The TuioObject class encapsulates /tuio/3Dobj TUIO objects.
|
| Modifier and Type | Method and Description |
|---|---|
float |
TuioPoint3D.getAngle(int planes,
TuioPoint3D tpoint)
Returns the angle to the provided TuioPoint3D
|
float |
TuioPoint3D.getAngleDegrees(int planes,
TuioPoint3D tpoint)
Returns the angle in degrees to the provided TuioPoint
|
float |
TuioPoint3D.getDistance(TuioPoint3D tpoint)
Returns the distance to the provided TuioPoint3D
|
void |
TuioPoint3D.update(TuioPoint3D tpoint)
Takes a TuioPoint3D argument and updates its coordinate attributes
to the coordinates of the provided TuioPoint3D and leaves its time stamp unchanged.
|
| Constructor and Description |
|---|
TuioPoint3D(TuioPoint3D tpoint)
This constructor takes a TuioPoint3D argument and sets its coordinate attributes
to the coordinates of the provided TuioPoint3D and its time stamp to the current session time.
|
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.