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