Skip to content

Commit 2ed7570

Browse files
committed
collision: define "AABB"
1 parent 470cefa commit 2ed7570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • MinieLibrary/src/site/antora/tutorials/modules/minie-library-tutorials/pages

MinieLibrary/src/site/antora/tutorials/modules/minie-library-tutorials/pages/collision.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In order to work, the ghost must be added to a space.
5353

5454
The constructor allows you to specify a collision shape.
5555
However, the details of the shape are unimportant.
56-
The key property of a ghost is its axis-aligned bounding box,
56+
The key property of a ghost is its axis-aligned bounding box (AABB),
5757
which is determined by the ghost's shape and position.
5858

5959
NOTE: The AABBs generated by Bullet

0 commit comments

Comments
 (0)