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
struct FNegativeSpaceSampleSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | MinRadius | Ignore spheres with smaller radius than this. | |
| double | MinSpacing | Minimum desired spacing between sampling spheres; not a strictly enforced bound. | |
| double | ReduceRadiusMargin | Space to allow between spheres and actual surface. | |
| ESampleMethod | SampleMethod | Method used to place samples. | |
| int32 | TargetNumSamples | Target number of spheres to use to cover negative space. Intended as a rough guide; actual number used may be larger or smaller. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNegativeSpaceSampleSettings
(
int32 TargetNumSamples, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Sanitize () |
Make sure the settings values are in valid ranges. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ESampleMethod |