© 2006-2007 ETH Zurich

Uses of Class
org.ximtec.igesture.util.additions3d.Point3D

Packages that use Point3D
org.ximtec.igesture.algorithm.rubine3d.tools   
org.ximtec.igesture.io.tuio   
org.ximtec.igesture.io.wiimote   
org.ximtec.igesture.util.additions3d   
org.ximtec.igesture.util.additions3d.jdom   
 

Uses of Point3D in org.ximtec.igesture.algorithm.rubine3d.tools
 

Methods in org.ximtec.igesture.algorithm.rubine3d.tools that return types with arguments of type Point3D
 List<Point3D> WiiReader.getChunks()
           
 

Uses of Point3D in org.ximtec.igesture.io.tuio
 

Methods in org.ximtec.igesture.io.tuio that return types with arguments of type Point3D
 List<Point3D> TuioReader3D.getChunks()
           
 List<Point3D> TuioReader.getChunks3D()
           
 

Uses of Point3D in org.ximtec.igesture.io.wiimote
 

Methods in org.ximtec.igesture.io.wiimote that return types with arguments of type Point3D
 List<Point3D> WiiReader.getChunks()
           
 

Uses of Point3D in org.ximtec.igesture.util.additions3d
 

Methods in org.ximtec.igesture.util.additions3d that return Point3D
 Point3D RecordedGesture3D.get(int index)
          Returns point by index
 Point3D RecordedGesture3D.getEndPoint()
          Returns the end point of the gesture
 Point3D RecordedGesture3D.getStartPoint()
          Returns the start point of the gesture
 

Methods in org.ximtec.igesture.util.additions3d that return types with arguments of type Point3D
 List<Point3D> RecordedGesture3D.getPoints()
          Returns the list of points
 Iterator<Point3D> RecordedGesture3D.iterator()
          Returns an Iterator on points
 

Methods in org.ximtec.igesture.util.additions3d with parameters of type Point3D
 void RecordedGesture3D.add(Point3D point)
          Adds a point to the gesture
 void RecordedGesture3D.remove(Point3D point)
          Removes a point from the gesture
 

Method parameters in org.ximtec.igesture.util.additions3d with type arguments of type Point3D
 void RecordedGesture3D.addAll(List<Point3D> points)
          Adds a list of points to the gesture
 void RecordedGesture3D.setPoints(List<Point3D> pointsList)
          Sets a points list for this gesture
 

Constructor parameters in org.ximtec.igesture.util.additions3d with type arguments of type Point3D
RecordedGesture3D(List<Point3D> points)
          Constructor
 

Uses of Point3D in org.ximtec.igesture.util.additions3d.jdom
 

Methods in org.ximtec.igesture.util.additions3d.jdom that return Point3D
static Point3D JdomPoint3D.unmarshal(org.jdom.Element point)
           
 

Constructors in org.ximtec.igesture.util.additions3d.jdom with parameters of type Point3D
JdomPoint3D(Point3D point)
           
 


© 2006-2007 ETH Zurich

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