Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Implicit
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Implicit/ImplicitFunctions.h |
| Include | #include "Implicit/ImplicitFunctions.h" |
Syntax
template<typename InputBoundedImplicitType, typename RealType>
struct TDistanceFieldToSkeletalField
Remarks
This class converts the interval [-falloff,falloff] to [0,1], Then applies Wyvill falloff function (1-t^2)^3. The result is a skeletal-primitive-like shape with the distance=0 isocontour lying just before midway in the range (at the .ZeroIsocontour constant)
Variables
| Type | Name | Description | |
|---|---|---|---|
| InputBoundedImplicitType * | DistanceField | ||
| RealType | FalloffDistance |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TDistanceFieldToSkeletalField
(
InputBoundedImplicitType* DistanceField, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TAxisAlignedBox3< RealType > | Bounds () |
||
| RealType |
Constants
| Name | Description |
|---|---|
| ZeroIsocontour |