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