Go to the source code of this file.
|
| template<typename ConvexType > |
| CHAOS_API bool | Chaos::Private::FindClosestFeatures (const ConvexType &Convex, const FTriangle &Triangle, const FVec3 &TriangleNormal, const FVec3 &ConvexRelativeMovement, const FReal CullDistance, FConvexContactPoint &OutContact) |
| |
| template<> |
| CHAOS_API bool | Chaos::Private::FindClosestFeatures< FImplicitSphere3 > (const FImplicitSphere3 &Convex, const FTriangle &Triangle, const FVec3 &TriangleNormal, const FVec3 &ConvexRelativeMovement, const FReal CullDistance, FConvexContactPoint &OutContactPoint) |
| |
| template<typename ConvexType > |
| CHAOS_API void | Chaos::Private::ConvexTriangleManifoldFromContact (const ConvexType &Convex, const FTriangle &Triangle, const FVec3 &TriangleNormal, const FConvexContactPoint &Contact, const FReal CullDistance, FContactPointManifold &OutManifold) |
| |
| template<typename ConvexType > |
| CHAOS_API void | Chaos::ConstructConvexTriangleOneShotManifold2 (const ConvexType &Convex, const FTriangle &Triangle, const FReal CullDistance, FContactPointManifold &OutContactPoints) |
| |