Uses of Class
toxi.geom.Circle
-
Uses of Circle in toxi.geom
Modifier and TypeMethodDescriptionstatic 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.Ellipse.getBoundingCircle()
Line2D.getBoundingCircle()
LineStrip2D.getBoundingCircle()
Polygon2D.getBoundingCircle()
Rect.getBoundingCircle()
Shape2D.getBoundingCircle()
Computes the bounding circle of the shape.Triangle2D.getBoundingCircle()
CircleIntersector.getCircle()
Triangle2D.getCircumCircle()
static Circle
Circle.newBoundingCircle
(List<Vec2D> vertices) Circle.setRadius
(float r) -
Uses of Circle in toxi.physics2d.constraints