FAffineKelvinlet

Implement the "Locally affine regularized Kelvinlet" from "Regularized Kelvinlets: Sculpting Brushes based on Fundamental Solutions of Elasticity" - de Goes and James 2017

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Deformers/Kelvinlets.h

Include

#include "Deformers/Kelvinlets.h"

Syntax

class FAffineKelvinlet : public 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

Name Description

Protected variable

double

 

E2

Protected variable

FMatrix3d

 

F

Force Matrix.

Protected variable

FMatrix3d

 

SymF

2 * symmetric part of F + trace.. : F + F^T + I Trace(F)

Constructors

Name Description

Public function

FAffineKelvinlet

(
    const FMatrix3d & ForceMatrix,
    const double Size,
    const double ShearModulus,
    const double PoissonRatio
)

Functions

Name Description

Public function Const

FVector3d

 

Evaluate

(
    const FVector3d & Pos
)

Public function

void

 

UpdateForce

(
    const FMatrix3d & NF
)

Typedefs

Name

Description

MyBase

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback