Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/FConvexDecomposition3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include | #include "CompGeom/ConvexDecomposition3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/ConvexDecomposition3.cpp |
bool InitializeNegativeSpace
(
const FNegativeSpaceSampleSettings & Settings,
TArrayView < const FVector3d > RequestedSamples
)
Remarks
Find negative space that should be protected. Uses the mesh passed on construction or to InitializeFromMesh or InitializeFromIndexMesh False on failure e.g., if there was no mesh available
Parameters
| Name | Description |
|---|---|
| Settings | Settings to use to find the negative space |