type ActorEntry = GeomWithData<[f64; 2], EnemyIdx>;
struct ActorEntry { pub data: EnemyIdx, /* private fields */ }
data: EnemyIdx
Data to be associated with the geometry being stored in the RTree.
RTree