UNPKG

aabb-tree

Version:

Basic implementation of the AABB-Tree (Axis Aligned Box Bounding Tree)

3 lines (2 loc) 94 B
export { default as Circle } from './Circle'; export { default as Polygon } from './Polygon';