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, |
Note: This version of AddNegativeSpace assumed the input had flipped triangle orientations | |
| bool | AddNegativeSpace
(
const TFastWindingTree< FDynamicMesh3 >& Spatial, |
Add spheres covering the negative space of the given fast winding tree | |
| void | |||
| void | Append
(
const FSphereCovering& Other |
||
| void | AppendSpheres
(
TArrayView< const FSphere > Spheres |
||
| FVector3d | |||
| double | |||
| int32 | Num () |
||
| void | RemoveSmaller
(
double MinRadius |
Remove spheres with radius below a threshold. | |
| void | Reset () |
||
| void |