Fix typos. (#658)

This commit is contained in:
Bruce Mitchener
2024-06-21 02:03:12 +07:00
committed by GitHub
parent 84b66d63e3
commit 8a592e458e
3 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ use parry::utils::hashmap::HashMap;
/// For example a 20x20x20 object will be inserted in the layer with region
/// of size 10x10x10, resulting in only 8 regions being intersect by the Aabb.
/// (If it was inserted in the layer with regions of size 1x1x1, it would have intersected
/// 8000 regions, which is a problem performancewise.)
/// 8000 regions, which is a problem performance-wise.)
///
/// We call this new method the Hierarchical-SAP.
///