Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
Inheritance Hierarchy
- TMatrix
- TOrthoMatrix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/OrthoMatrix.h |
| Include | #include "Math/OrthoMatrix.h" |
Syntax
template<typename T>
struct TOrthoMatrix : public UE::Math::TMatrix< T >
Constructors
| Type | Name | Description | |
|---|---|---|---|
TOrthoMatrix
(
const TOrthoMatrix< FArg >& From |
Conversion to other type. | ||
TOrthoMatrix
(
T Width, |
Constructor |