Uses of Class
Ray3d

Uses of Ray3d in <Unnamed>
 

Methods in <Unnamed> with parameters of type Ray3d
abstract  double Shape.nearestIntersectionTime(Ray3d ray)
          Gets the nearest intersection time between the specified ray and the shape.
 double Polygon.nearestIntersectionTime(Ray3d ray)
           
 double Ellipsoid.nearestIntersectionTime(Ray3d ray)
           
 double Box.nearestIntersectionTime(Ray3d ray)
           
 double Plane.nearestIntersectionTime(Ray3d ray)
           
 double Sphere.nearestIntersectionTime(Ray3d ray)