© 2006-2007 ETH Zurich

Uses of Class
org.ximtec.igesture.io.tuio.tuio2D.TuioPoint

Packages that use TuioPoint
org.ximtec.igesture.io.tuio.tuio2D   
 

Uses of TuioPoint in org.ximtec.igesture.io.tuio.tuio2D
 

Subclasses of TuioPoint in org.ximtec.igesture.io.tuio.tuio2D
 class TuioCursor
          The TuioCursor class encapsulates /tuio/2Dcur TUIO cursors.
 class TuioObject
          The TuioObject class encapsulates /tuio/2Dobj TUIO objects.
 

Methods in org.ximtec.igesture.io.tuio.tuio2D with parameters of type TuioPoint
 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.
 

Constructors in org.ximtec.igesture.io.tuio.tuio2D with parameters of type TuioPoint
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.
 


© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.