Package pajammin :: Package util :: Module grid
[show private | hide private]
[frames | no frames]

Module pajammin.util.grid

The ProximityGrid container datatype, which organizes objects by their location. This datatype is useful because it allows us to efficiently determine the set of objects that are near a given point or rectangular area.
Classes
ProximityGrid A container class that organizes objects by their location, based on an attribute whose value is a pygame rect.