Go to the source code of this file.
|
| template<> |
| bool | Chaos::HasBoundingBox (const TArray< Private::FImplicitBVHObject > &Objects, const int32 ObjectIndex) |
| |
| template<class T , int d> |
| const TAABB< T, d > | Chaos::GetWorldSpaceBoundingBox (const TArray< Private::FImplicitBVHObject > &Objects, const int32 ObjectIndex, const TMap< int32, TAABB< T, d > > &WorldSpaceBoxes) |
| |
| template<class T , int d> |
| void | Chaos::ComputeAllWorldSpaceBoundingBoxes (const TArray< Private::FImplicitBVHObject > &Objects, const TArray< int32 > &AllObjects, const bool bUseVelocity, const T Dt, TMap< int32, TAABB< T, d > > &WorldSpaceBoxes) |
| |