Crate de_index

source ·
Expand description

This crate implements spatial indexing and various spatial queries of game entities.

Modules§

  • precise 🔒
    This module implements collider based spatial indexing of game entities and various geometry based lookup (for example ray casting).

Structs§

Enums§

Constants§

  • TILE_SIZE 🔒
    Size (in world-space) of a single square tile where entities are kept.

Traits§