Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Deformers
Inheritance Hierarchy
- TKelvinletIntegrator
- TBaseKelvinlet
- FAffineKelvinlet
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Deformers/Kelvinlets.h |
| Include | #include "Deformers/Kelvinlets.h" |
Syntax
class FAffineKelvinlet : public UE::Geometry::TBaseKelvinlet< FAffineKelvinlet >
Remarks
Implement the "Locally affine regularized Kelvinlet" from "Regularized Kelvinlets: Sculpting Brushes based on Fundamental Solutions of Elasticity" - de Goes and James 2017
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | E2 | ||
| FMatrix3d | F | Force Matrix. | |
| FMatrix3d | SymF | 2 * symmetric part of F + trace.. : F + F^T + I Trace(F) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAffineKelvinlet
(
const FMatrix3d& ForceMatrix, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector3d | Evaluate
(
const FVector3d& Pos |
||
| void | UpdateForce
(
const FMatrix3d& NF |
Typedefs
| Name | Description |
|---|---|
| MyBase |