TPBDShapeConstraints

Windows
MacOS
Linux

Inheritance Hierarchy

TPBDShapeConstraintsBase

TPBDShapeConstraints

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDShapeConstraints.h

Include

#include "Chaos/PBDShapeConstraints.h"

Syntax

template<class T, int d>
class TPBDShapeConstraints : public Chaos::TPBDShapeConstraintsBase< T, d >

Constructors

Name Description

Public function

TPBDShapeConstraints

(
    const TDynamicParticles< T, d >& I...,
    uint32 InParticleIndexOffset,
    uint32 InParticleCount,
    const TArray< TVector< float, 3 >> ...,
    const T Stiffness
)

Destructors

Name Description

Public function Virtual

~TPBDShapeConstraints()

Functions

Name Description

Public function Const

void

 

Apply

(
    TPBDParticles< T, d >& InParticles,
    const T Dt
)

Public function Const

void

 

Apply

(
    TPBDParticles< T, d >& InParticles,
    const T Dt,
    const int32 Index
)

Typedefs

Name

Description

Base

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss