Updated Collision detection (markdown)

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

@ -45,7 +45,7 @@ ContainmentType Contains(FXMVECTOR V0, FXMVECTOR V1, FXMVECTOR V2) const;
ContainmentType Contains(const BoundingSphere& sh) const;
ContainmentType Contains(const BoundingBox& box) const;
ContainmentType Contains(const BoundingOrientedBox& box) const;
ContainmentType Contains( _In_ const BoundingFrustum& fr ) const;
ContainmentType Contains(const BoundingFrustum& fr) const;
```
The **ContainedBy** method provides *sphere contained by frustum* test.