Navigation
API > API/Runtime > API/Runtime/Chaos
| |
|
| Name |
FPerParticlePBDTetConstraints |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PerParticlePBDTetConstraints.h |
| Include Path |
#include "Chaos/PerParticlePBDTetConstraints.h" |
Syntax
class FPerParticlePBDTetConstraints : public Chaos::Softs::FPBDTetConstraintsBase
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FPerParticlePBDTetConstraints
(
const FSolverParticles& InParticles,
TArray< TVec4< int32 > >&& InConstraints,
const FSolverReal InStiffness
)
|
|
Chaos/PerParticlePBDTetConstraints.h |
|
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~FPerParticlePBDTetConstraints()
|
|
Chaos/PerParticlePBDTetConstraints.h |
|
Typedefs
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Constraints |
TArray< TVec4< int32 > > |
|
Chaos/PerParticlePBDTetConstraints.h |
|
| ParticleToConstraints |
TArray< TArray< int32 > > |
|
Chaos/PerParticlePBDTetConstraints.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Apply
(
FSolverParticles& InParticles,
const FSolverReal Dt,
const int32 Index
) const
|
|
Chaos/PerParticlePBDTetConstraints.h |
|