Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TOrthoMatrix
Overloads
| 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 |
TOrthoMatrix(const TOrthoMatrix< FArg > &)
Description
Conversion to other type.
| Name | TOrthoMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/OrthoMatrix.h |
| Include Path | #include "Math/OrthoMatrix.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TOrthoMatrix
(
const TOrthoMatrix < FArg > & From
)
TOrthoMatrix(T, T, T, T)
Description
Constructor
| Name | TOrthoMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/OrthoMatrix.h |
| Include Path | #include "Math/OrthoMatrix.h" |
TOrthoMatrix
(
T Width,
T Height,
T ZScale,
T ZOffset
)
Parameters
| Name | Remarks |
|---|---|
| Width | view space width |
| Height | view space height |
| ZScale | scale in the Z axis |
| ZOffset | offset in the Z axis |