Navigation
API > API/Runtime > API/Runtime/GeometryCore
Note: this is independent of "a" the shear modulus term.
| |
|
| Name |
FBiLaplacianPullKelvinlet |
| Type |
class |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/Deformers/Kelvinlets.h |
| Include Path |
#include "Deformers/Kelvinlets.h" |
Syntax
class FBiLaplacianPullKelvinlet : public UE::Geometry::TBaseKelvinlet< FBiLaplacianPullKelvinlet >
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FBiLaplacianPullKelvinlet
(
const FVector3d& Force,
const double Size,
const double ShearModulus,
const double PoissonRatio
)
|
|
Deformers/Kelvinlets.h |
|
Typedefs
Variables
Public
Protected
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
double Divergence
(
const FVector3d& Pos
) const
|
|
Deformers/Kelvinlets.h |
|
FVector3d Evaluate
(
const FVector3d& Pos
) const
|
|
Deformers/Kelvinlets.h |
|