Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include | #include "CompGeom/ConvexDecomposition3.h" |
Syntax
class FSphereCovering
Remarks
Define a volume with a set of spheres.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddNegativeSpace
(
const TFastWindingTree< FDynamicMesh3 >& Spatial, |
Add spheres covering the negative space of the given fast winding tree | |
| FVector3d | GetCenter
(
int32 Idx |
||
| double | GetRadius
(
int32 Idx |
||
| int32 | Num () |
||
| void | Reset () |