Uses of Interface
toxi.geom.Shape2D

Packages that use Shape2D
toxi.geom   
 

Uses of Shape2D in toxi.geom
 

Classes in toxi.geom that implement Shape2D
 class Circle
          This class overrides Ellipse to define a 2D circle and provides several utility methods for it, including factory methods to construct circles from points.
 class Ellipse
          This class defines a 2D ellipse and provides several utility methods for it.
 class PointQuadtree
          Implements a spatial subdivision tree to work efficiently with large numbers of 2D particles.
 class Polygon2D
          Container type for convex polygons.
 class Rect
           
 class Triangle2D