Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Deformers
Inheritance Hierarchy
- TKelvinletIntegrator
- TBaseKelvinlet
- FPullKelvinlet
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Deformers/Kelvinlets.h |
| Include | #include "Deformers/Kelvinlets.h" |
Syntax
class FPullKelvinlet : public UE::Geometry::TBaseKelvinlet< FPullKelvinlet >
Remarks
Note: this is independent of "a" the shear moduls term.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPullKelvinlet
(
const FVector3d& Force, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | Divergence
(
const FVector3d& Pos |
||
| FVector3d | Evaluate
(
const FVector3d& Pos |
The canonical Kelvinlet for a regularized force. |
Typedefs
| Name | Description |
|---|---|
| MyBase |