Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TSweepingMeshSDF
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static double GetDim
(
CellSizeTyped CellSize, |
Helper methods to access CellSize in either scalar or vector mode. | Implicit/SweepingMeshSDF.h | |
static float GetDim
(
CellSizeType CellSize, |
Implicit/SweepingMeshSDF.h |
GetDim(CellSizeTyped, int32)
Description
Helper methods to access CellSize in either scalar or vector mode.
| Name | GetDim |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Implicit/SweepingMeshSDF.h |
| Include Path | #include "Implicit/SweepingMeshSDF.h" |
static double GetDim
(
CellSizeTyped CellSize,
int32 Axis
)
GetDim(CellSizeType, int32)
| Name | GetDim |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Implicit/SweepingMeshSDF.h |
| Include Path | #include "Implicit/SweepingMeshSDF.h" |
static float GetDim
(
CellSizeType CellSize,
int32 Axis
)