Quadtreex.Entity (quadtreex v0.2.0) View Source

A thing contained within a quadtree node

Link to this section Summary

Link to this section Types

Specs

t() :: %Quadtreex.Entity{
  location: Quadtreex.BoundingBox.coordinate(),
  thing: term()
}