TSkeletalRicciNaryBlend3

Boolean Union of N implicit functions (F_1 or F_2 or ... or F_N) Or if bSubtract=true, Subtraction: (F_1 - (F_2 or F_3 or ... or F_N)) We expect this to be used with "Skeletal Field" inputs (e.g. [TDistanceFieldToSkeletalField](API\Plugins\GeometricObjects\Implicit\TDistanceFieldToSkeletalField), [TSkeletalImplicitLine3](API\Plugins\GeometricObjects\Implicit\TSkeletalImplicitLine3), etc) where values are in the range [0,1] and the isosurface is ~ in the middle of that range

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Implicit/ImplicitFunctions.h

Include

#include "Implicit/ImplicitFunctions.h"

Syntax

template<typename InputBoundedImplicitType, typename RealType>
struct TSkeletalRicciNaryBlend3

Remarks

Boolean Union of N implicit functions (F_1 or F_2 or ... or F_N) Or if bSubtract=true, Subtraction: (F_1 - (F_2 or F_3 or ... or F_N)) We expect this to be used with "Skeletal Field" inputs (e.g. TDistanceFieldToSkeletalField, TSkeletalImplicitLine3, etc) where values are in the range [0,1] and the isosurface is ~ in the middle of that range

Variables

Name Description

Public variable

RealType

 

BlendPower

Public variable

bool

 

bSubtract

Public variable

TArray< InputBo...

 

Children

Functions

Name Description

Public function

TAxisAligned...

 

Bounds()

Public function

RealType

 

Value

(
    const FVector3< RealType > Pt
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss