Crate rectutils

source ·
Expand description

Common algorithms for rectangles (clipping, transformation, quadtree, rect packing, etc.)

Modules§

  • Rectangle packer packs small rectangles into a bigger one.
  • Quadrilateral (quad) tree is used for space partitioning and fast spatial queries.

Structs§

  • A rectangle defined by position and size.

Traits§