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