Uses of Class
es.ucm.look.ar.math.geom.Ray

Packages that use Ray
es.ucm.look.ar.math.collision   
es.ucm.look.ar.math.collision.debug   
es.ucm.look.ar.math.geom   
 

Uses of Ray in es.ucm.look.ar.math.collision
 

Methods in es.ucm.look.ar.math.collision with parameters of type Ray
 Point3 SquareArmature.getIntersectionPoint(Ray r)
           
 Point3 SphericalArmature.getIntersectionPoint(Ray r)
           
 Point3 Armature.getIntersectionPoint(Ray r)
          Test whether a ray intersects with the armature.
 boolean SquareArmature.intersects(Ray r)
           
 boolean SphericalArmature.intersects(Ray r)
           
 boolean Armature.intersects(Ray r)
          Return if the given ray intersects with the armature
 

Uses of Ray in es.ucm.look.ar.math.collision.debug
 

Methods in es.ucm.look.ar.math.collision.debug with parameters of type Ray
 Point3 SphericalDebugArmature.getIntersectionPoint(Ray r)
           
 

Uses of Ray in es.ucm.look.ar.math.geom
 

Methods in es.ucm.look.ar.math.geom that return Ray
static Ray Ray.getVolatileRay(Point3 p, Vector3 v)
           
 

Methods in es.ucm.look.ar.math.geom with parameters of type Ray
 float Plane.intersects(Ray ray)
          Returns the t parameter for the intersection with the given ray.