Navigation
API > API/Runtime > API/Runtime/GeometryCore
Independent of shear modulus and is volume preserving.
| Name | FTwistKelvinlet |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Deformers/Kelvinlets.h |
| Include Path | #include "Deformers/Kelvinlets.h" |
Syntax
class FTwistKelvinlet : public UE::Geometry::TBaseKelvinlet< FTwistKelvinlet >
Inheritance Hierarchy
- TKelvinletIntegrator → TBaseKelvinlet → FTwistKelvinlet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTwistKelvinlet
(
const FTwistKelvinlet& Other |
Deformers/Kelvinlets.h | ||
FTwistKelvinlet
(
const FVector3d& Twist, |
Deformers/Kelvinlets.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MyBase | TBaseKelvinlet< FTwistKelvinlet > | Deformers/Kelvinlets.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double Divergence
(
const FVector3d& Pos |
Deformers/Kelvinlets.h | ||
FVector3d Evaluate
(
const FVector3d& Pos |
Specialized override that should give the same result, but be faster. | Deformers/Kelvinlets.h |