# HG changeset patch # User postspectacular # Date 1326687608 0 # Node ID 46e6bbb5606bbcbf77fd74546858df9a37ad8497 # Parent 85a32730518985d6feeb8513bda82435be63a078 adding Shape2D.getBoundingCircle() diff -r 85a32730518985d6feeb8513bda82435be63a078 -r 46e6bbb5606bbcbf77fd74546858df9a37ad8497 src.core/toxi/geom/Shape2D.java --- a/src.core/toxi/geom/Shape2D.java Mon Jan 16 04:19:08 2012 +0000 +++ b/src.core/toxi/geom/Shape2D.java Mon Jan 16 04:20:08 2012 +0000 @@ -46,6 +46,11 @@ */ float getArea(); + /** + * Computes the bounding circle of the shape. + * + * @return + */ Circle getBoundingCircle(); /**