Skip to content

Commit 4b49777

Browse files
authored
Update README.md
1 parent 0c03077 commit 4b49777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Some noteworthy characteristics:</b>
88
- exclusively designed to work with AABBs
99
- pre-built Quadtree eliminates need to create new "Quadnode" objects in real-time
1010
- pre-built Quadtree has pre-calculated quadnode centers to eliminate arithmetic during real-time search within tree
11-
- searches within quadrants occur only when 2 or more AABBs intersect the quadrant effectively culling needless extra searching within sub-quadrants
1211
- AABBs will reference each other as being "nearby" when discovered to intersect the same quadnode at maximum tree depth
12+
- searches within quadrants occur only when 2 or more AABBs intersect the quadrant effectively culling needless extra searching within sub-quadrants
1313
- Quadtree can be squared or rectangulated in real-time
1414
- tree depth can be increased or decreased in real-time
1515

0 commit comments

Comments
 (0)