Uses of Class
de.beamertool.viewer.gui.opengl.gl.Point3f

Packages that use Point3f
de.beamertool.viewer.gui.opengl.gl   
 

Uses of Point3f in de.beamertool.viewer.gui.opengl.gl
 

Methods in de.beamertool.viewer.gui.opengl.gl that return Point3f
 Point3f EvaluatorPoint3f.evaluate(Point3f v0, Point3f v1, float fraction)
           
 Point3f Camera.getLocation()
           
 Point3f Camera.getTarget()
           
 

Methods in de.beamertool.viewer.gui.opengl.gl with parameters of type Point3f
 Point3f EvaluatorPoint3f.evaluate(Point3f v0, Point3f v1, float fraction)
           
 void Camera.setLocation(Point3f location)
           
 void Camera.setTarget(Point3f target)