Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TReversedZOrthoMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TReversedZOrthoMatrix
(
const TReversedZOrthoMatrix< FArg >& From |
Conversion to other type. | Math/OrthoMatrix.h | |
TReversedZOrthoMatrix
(
T Width, |
Math/OrthoMatrix.h | ||
TReversedZOrthoMatrix
(
T Left, |
Math/OrthoMatrix.h |
TReversedZOrthoMatrix(const TReversedZOrthoMatrix< FArg > &)
Description
Conversion to other type.
| Name | TReversedZOrthoMatrix |
| 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 >>
TReversedZOrthoMatrix
(
const TReversedZOrthoMatrix < FArg > & From
)
TReversedZOrthoMatrix(T, T, T, T)
| Name | TReversedZOrthoMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/OrthoMatrix.h |
| Include Path | #include "Math/OrthoMatrix.h" |
TReversedZOrthoMatrix
(
T Width,
T Height,
T ZScale,
T ZOffset
)
TReversedZOrthoMatrix(T, T, T, T, T, T)
| Name | TReversedZOrthoMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/OrthoMatrix.h |
| Include Path | #include "Math/OrthoMatrix.h" |
TReversedZOrthoMatrix
(
T Left,
T Right,
T Bottom,
T Top,
T ZScale,
T ZOffset
)