Uses of Class
bookExamples.ch26Graphics.draw2d.Ray2d

Packages that use Ray2d
bookExamples.ch26Graphics.draw2d   
bookExamples.ch26Graphics.draw2d.shapes   
 

Uses of Ray2d in bookExamples.ch26Graphics.draw2d
 

Methods in bookExamples.ch26Graphics.draw2d with parameters of type Ray2d
 Vec2d Intersects.intersect(Ray2d r)
           
 

Uses of Ray2d in bookExamples.ch26Graphics.draw2d.shapes
 

Methods in bookExamples.ch26Graphics.draw2d.shapes that return Ray2d
 Ray2d Shapes.getReflectRay(Circle2d c, Vec2d p, Vec2d d)
           
 Ray2d Shapes.getRefractRay(Circle2d c, Vec2d o, Vec2d p, Vec2d d)
           
 

Methods in bookExamples.ch26Graphics.draw2d.shapes with parameters of type Ray2d
 void Shapes.addLineToLastCircle(Ray2d r)
           
 Vec2d Shapes.getClosestPoint(Ray2d ray)
           
 Vec2d Oval2d.intersect(Ray2d ray)
           
 Vec2d Octagon.intersect(Ray2d r)
           
 Vec2d Triangle2d.intersect(Ray2d ray)
           
 Vec2d Circle2d.intersect(Ray2d ray)
           
 Vec2d Rect2d.intersect(Ray2d r)