Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Deformers
Inheritance Hierarchy
- TKelvinletIntegrator
- TBaseKelvinlet
- FScaleKelvinlet
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Deformers/Kelvinlets.h |
| Include | #include "Deformers/Kelvinlets.h" |
Syntax
class FScaleKelvinlet : public UE::Geometry::TBaseKelvinlet< FScaleKelvinlet >
Remarks
Note: this one doesn't care about a, b since we have scaled the divergence.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | S | Scale. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScaleKelvinlet
(
const double Scale, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | Divergence
(
const FVector3d& Pos |
||
| FVector3d | Specialized override that should give the same result, but be faster. |
Typedefs
| Name | Description |
|---|---|
| MyBase |