Updated Collision detection (markdown)

Chuck Walbourn 2020-04-24 12:22:33 -07:00
Родитель f2454f82a6
Коммит ede80c7c66
1 изменённых файлов: 1 добавлений и 1 удалений

@ -74,7 +74,7 @@ This is an 'axis-aligned bounding box' collision primitive.
The **Contains** method provides *box contains point*, *box contains triangle*, *box contains sphere*, *box contains box*, and *box contains frustum* tests.
The **ContainedBy** method provides *sphere contained by frustum* test.
The **ContainedBy** method provides *box contained by frustum* test.
The **Intersects** method provides *box/box*, *box/sphere*, *box/frustum*, *box/triangle*, *box/plane* and *ray/box* intersection tests.