sdr 0.7

Uses of Class
net.cscott.sdr.util.Box

Packages that use Box
net.cscott.sdr.calls This package contains the square dance choreography engine, and the basic types and interfaces required to communicate with it. 
net.cscott.sdr.util This package contains useful utility code. 
 

Uses of Box in net.cscott.sdr.calls
 

Methods in net.cscott.sdr.calls that return Box
 Box Formation.bounds()
          Return the bounds of this formation, which is the bounding box around all the dancers' bounding boxes.
 Box Formation.bounds(Dancer d)
          Return the bounds of the given dancer -- always its position plus or minus 1 unit on the x and y axes.
 

Uses of Box in net.cscott.sdr.util
 

Methods in net.cscott.sdr.util with parameters of type Box
 boolean Box.overlaps(Box b)
          Returns true iff this box overlaps the given one.
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian