Uses of Class
bookExamples.ch26Graphics.draw2d.shapes.Circle2d

Packages that use Circle2d
bookExamples.ch26Graphics.draw2d.shapes   
 

Uses of Circle2d in bookExamples.ch26Graphics.draw2d.shapes
 

Methods in bookExamples.ch26Graphics.draw2d.shapes that return Circle2d
 Circle2d Shapes.getClosestCircle()
           
 Circle2d Shapes.getLastCircle()
           
 

Methods in bookExamples.ch26Graphics.draw2d.shapes with parameters of type Circle2d
 Ray2d Shapes.getReflectRay(Circle2d c, Vec2d p, Vec2d d)
           
 Ray2d Shapes.getRefractRay(Circle2d c, Vec2d o, Vec2d p, Vec2d d)
           
 void Shapes.setClosestCircle(Circle2d closestCircle)