Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/Chaos
References
| Module | ChaosCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Matrix.h |
| Include | #include "Chaos/Matrix.h" |
Syntax
template<class T, int m, int n>
class PMatrix
Specializations
PMatrix< FReal, 2, 2 >
PMatrix< FRealDouble, 3, 2 >
PMatrix< FRealDouble, 3, 3 >
PMatrix< FRealDouble, 4, 4 >
PMatrix< FRealSingle, 2, 2 >
PMatrix< FRealSingle, 3, 2 >
PMatrix< FRealSingle, 3, 3 >
PMatrix< FRealSingle, 4, 4 >
Constructors
No constructors are accessible with public or protected access.
Destructors
No destructors are accessible with public or protected access.