![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <XPBDPlanarConstraints.h>
Public Member Functions | |
| TXPBDPlanarConstraints () | |
| virtual | ~TXPBDPlanarConstraints () |
| void | Apply (FSolverParticlesRange &Particles, const T Dt, const TArray< int32 > &CollisionIndices, const TArray< TVec3< T > > &CollisionTargets, const TArray< TVec3< T > > &CollisionNormals) |
| void | Init (const FSolverParticlesRange &InParticles, const T Dt, const int32 CollisionSize) |
| void | SetTolerance (const T TolIn) |
| void | SetStiffness (const T StiffnessIn) |
Protected Attributes | |
| T | Tol = T(.1) |
| T | Stiffness = 1e10 |
| T | StiffnessThreshold = 1e9 |
| TArray< T > | LambdaArray |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |