Skip to content

Commit

Permalink
Proposing the more prominently used spelling 'spatial' in tech litera…
Browse files Browse the repository at this point in the history
…ture. (#37269)

* Proposing the more prominently used spelling in tech literature.

* Update files/en-us/games/techniques/2d_collision_detection/index.md

Co-authored-by: Brian Smith <[email protected]>

---------

Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
Amit-Tomar and bsmth authored Dec 19, 2024
1 parent c872bb2 commit 2524fe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ While some of these algorithms for collision detection are simple enough to calc

### Broad Phase

Broad phase should give you a list of entities that _could_ be colliding. This can be implemented with a spacial data structure that will give you a rough idea of where the entity exists and what exist around it. Some examples of spacial data structures are Quad Trees, R-Trees or a Spacial Hashmap.
Broad phase should give you a list of entities that _could_ be colliding. This can be implemented with a spatial data structure that will give you a rough idea of where the entity exists and what exist around it. Some examples of spatial data structures are Quad Trees, R-Trees or a Spatial Hashmap.

### Narrow Phase

Expand Down

0 comments on commit 2524fe4

Please sign in to comment.