tile2d
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
TileBodyCollisionCache< TileData > Class Template Reference

Used to speed up the collision detection between two tile bodies. More...

#include <collide.hpp>

Public Types

using SpatialIndex = typename ::t2d::TileBody<TileData>::SpatialIndex
 

Public Attributes

std::vector< SpatialIndex > results1
 
std::vector< SpatialIndex > results2
 
std::vector< std::pair< AABB< Float >, AABB< Float > > > approxAreas
 

Detailed Description

template<class TileData>
class TileBodyCollisionCache< TileData >

Used to speed up the collision detection between two tile bodies.


The documentation for this class was generated from the following file: