Uses of Class
org.jzy3d.maths.BoundingBox2d

Packages that use BoundingBox2d
org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. 
 

Uses of BoundingBox2d in org.jzy3d.maths
 

Methods in org.jzy3d.maths that return BoundingBox2d
 BoundingBox2d BoundingBox2d.scale(Coord3d scale)
          Return a copy of the current bounding box after scaling.
 

Methods in org.jzy3d.maths with parameters of type BoundingBox2d
 void BoundingBox2d.add(BoundingBox2d b)
          Add a BoundingBox2d volume to the current one.
 boolean BoundingBox2d.contains(BoundingBox2d b2)
          Return true if b2 is contained by this box.
 boolean BoundingBox2d.intersect(BoundingBox2d b2)
          Return true if intersect b2.