Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TImplicitMorphology
Description
Adjust cell size so that a cell count based on (BoundsWidth/InitialCellSize + ExtraCellCount) should not (too far) exceed MaxTargetVoxelCount. (Assumes ExtraCellCount is smaller MaxTargetVoxelCount)
| Name | GetSafeCellSize |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Implicit/Morphology.h |
| Include Path | #include "Implicit/Morphology.h" |
static double GetSafeCellSize
(
double BoundsWidth,
double InitialCellSize,
int32 ExtraCellCount
)