Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FXPBDCorotatedFiberConstraints |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/XPBDCorotatedFiberConstraints.h |
| Include Path | #include "Chaos/XPBDCorotatedFiberConstraints.h" |
Syntax
template<typename T, typename ParticleType>
class FXPBDCorotatedFiberConstraints : public Chaos::Softs::FXPBDCorotatedConstraints< T, ParticleType >
Inheritance Hierarchy
- FXPBDCorotatedConstraints → FXPBDCorotatedFiberConstraints
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| This one only accepts tetmesh input and mesh | Chaos/XPBDCorotatedFiberConstraints.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FXPBDCorotatedFiberConstraints() |
Chaos/XPBDCorotatedFiberConstraints.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Base | FXPBDCorotatedConstraints< T, ParticleType > | Chaos/XPBDCorotatedFiberConstraints.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AlphaActivation | T | Chaos/XPBDCorotatedFiberConstraints.h | ||
| DmInverse | TArray< T > | Chaos/XPBDCorotatedFiberConstraints.h | ||
| FiberDir | TVector< T, 3 > | Chaos/XPBDCorotatedFiberConstraints.h | ||
| LambdaArray | TArray< T > | Chaos/XPBDCorotatedFiberConstraints.h | ||
| Measure | TArray< T > | Chaos/XPBDCorotatedFiberConstraints.h | ||
| MeshConstraints | TArray< TVector< int32, 4 > > | Chaos/XPBDCorotatedFiberConstraints.h | ||
| SigmaMax | T | Material constants calculated from E: | Chaos/XPBDCorotatedFiberConstraints.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVector< T, 3 > GetFiberDir() |
Chaos/XPBDCorotatedFiberConstraints.h | ||
| Chaos/XPBDCorotatedFiberConstraints.h | |||
void SetActivation
(
const T AlphaIn |
Chaos/XPBDCorotatedFiberConstraints.h | ||
void SetTime
(
const float Time |
Chaos/XPBDCorotatedFiberConstraints.h |
Overridden from FXPBDCorotatedConstraints
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyInSerial
(
ParticleType& Particles, |
Chaos/XPBDCorotatedFiberConstraints.h |