Navigation
API > API/Runtime > API/Runtime/GeometryCore
Note: this one doesn't care about a, b since we have scaled the divergence.
| Name | FScaleKelvinlet |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Deformers/Kelvinlets.h |
| Include Path | #include "Deformers/Kelvinlets.h" |
Syntax
class FScaleKelvinlet : public UE::Geometry::TBaseKelvinlet< FScaleKelvinlet >
Inheritance Hierarchy
- TKelvinletIntegrator → TBaseKelvinlet → FScaleKelvinlet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScaleKelvinlet
(
const double Scale, |
Deformers/Kelvinlets.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MyBase | TBaseKelvinlet< FScaleKelvinlet > | Deformers/Kelvinlets.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| S | double | Scale. | 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 |