![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GaussSeidelWeakConstraints.h>
Public Attributes | |
| TArray< int32 > | SingleIndices = {} |
| TArray< int32 > | SingleSecondIndices = {} |
| T | SingleStiffness = (T)0. |
| TArray< T > | SingleWeights = {} |
| TArray< T > | SingleSecondWeights = {} |
| bool | bIsAnisotropic = false |
| TVec3< T > | SingleNormal = TVec3<T>((T)0.) |
| bool | bIsZeroRestLength = false |
| T | RestLength = (T)0. |
| bool Chaos::Softs::FGaussSeidelWeakConstraintSingleData< T >::bIsAnisotropic = false |
| bool Chaos::Softs::FGaussSeidelWeakConstraintSingleData< T >::bIsZeroRestLength = false |
| T Chaos::Softs::FGaussSeidelWeakConstraintSingleData< T >::RestLength = (T)0. |
| TArray<int32> Chaos::Softs::FGaussSeidelWeakConstraintSingleData< T >::SingleIndices = {} |
| TVec3<T> Chaos::Softs::FGaussSeidelWeakConstraintSingleData< T >::SingleNormal = TVec3<T>((T)0.) |
| TArray<int32> Chaos::Softs::FGaussSeidelWeakConstraintSingleData< T >::SingleSecondIndices = {} |
| TArray<T> Chaos::Softs::FGaussSeidelWeakConstraintSingleData< T >::SingleSecondWeights = {} |
| T Chaos::Softs::FGaussSeidelWeakConstraintSingleData< T >::SingleStiffness = (T)0. |
| TArray<T> Chaos::Softs::FGaussSeidelWeakConstraintSingleData< T >::SingleWeights = {} |