Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | CorotatedCache |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/NewtonCorotatedCache.h |
| Include Path | #include "Chaos/NewtonCorotatedCache.h" |
Syntax
template<typename T>
struct CorotatedCache
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CorotatedCache() |
Chaos/NewtonCorotatedCache.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DInvCache | TArray< T > | Chaos/NewtonCorotatedCache.h | ||
| JCache | T | Chaos/NewtonCorotatedCache.h | ||
| JFInvTCache | TArray< T > | Chaos/NewtonCorotatedCache.h | ||
| RCache | TArray< T > | Chaos/NewtonCorotatedCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void deltaP
(
const Chaos::PMatrix< T, 3, 3 >& F, |
Chaos/NewtonCorotatedCache.h | ||
void P
(
const Chaos::PMatrix< T, 3, 3 >& F, |
Chaos/NewtonCorotatedCache.h | ||
void UpdateCache
(
const Chaos::PMatrix< T, 3, 3 >& F |
Chaos/NewtonCorotatedCache.h |