Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionConvexUtility.h |
| Include | #include "GeometryCollection/GeometryCollectionConvexUtility.h" |
namespace UE
{
namespace GeometryCollectionConvexUtility
{
void UE::GeometryCollectionConvexUtility::HullIntersectionStats
(
const ::Chaos::FConvex * HullA,
const ::Chaos::FConvex * HullB,
float HullBExpansion,
float & OutArea,
float & OutMaxArea,
float & OutSharpContact,
float & OutMaxSharpContact
)
}
}
Remarks
Compute surface area and contact estimates for two convex hulls in the same local space, with the second hull optionally expanded.