Skip to main content

All Questions

Tagged with
3 votes
1 answer
272 views

Flood Fill using unordered_map which has user-defined type as key

I have an implementation of the flood fill algorithm. Assume that an image is provided as a vector of ...
skr's user avatar
  • 539
4 votes
1 answer
378 views

Spatial Hash for optimizing AABB collisions

grid.h ...
J. H's user avatar
  • 199
3 votes
1 answer
180 views

Weeding out triangles for triangle-triangle collision detection using a spatial hash

I am implementing a multi-phase collision detection system whose final collision check is checking the triangles of one shape against those of another. As the number of triangle-triangle comparisons ...
ThomYorkkke's user avatar