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