Uses of Class
toxi.geom.Circle

Packages that use Circle
toxi.geom   
 

Uses of Circle in toxi.geom
 

Methods in toxi.geom that return Circle
static Circle Circle.from2Points(Vec2D p1, Vec2D p2)
          Factory method to construct a circle which has the two given points lying on its perimeter.
static Circle Circle.from3Points(Vec2D p1, Vec2D p2, Vec2D p3)
          Factory method to construct a circle which has the three given points lying on its perimeter.
 Circle Triangle2D.getCircumCircle()
           
 Circle Circle.setRadius(float r)
           
 

Methods in toxi.geom with parameters of type Circle
 Vec2D[] Circle.intersectsCircle(Circle c)
           
 

Constructors in toxi.geom with parameters of type Circle
Circle(Circle c)
           
CircleIntersector(Circle circle)