Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TReversedZPerspectiveMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TReversedZPerspectiveMatrix
(
const TReversedZPerspectiveMatrix< FArg >& From |
Conversion to other type. | Math/PerspectiveMatrix.h | |
TReversedZPerspectiveMatrix
(
T HalfFOV, |
Math/PerspectiveMatrix.h | ||
TReversedZPerspectiveMatrix
(
T HalfFOV, |
Math/PerspectiveMatrix.h | ||
TReversedZPerspectiveMatrix
(
T HalfFOVX, |
Math/PerspectiveMatrix.h |
TReversedZPerspectiveMatrix(const TReversedZPerspectiveMatrix< FArg > &)
Description
Conversion to other type.
| Name | TReversedZPerspectiveMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/PerspectiveMatrix.h |
| Include Path | #include "Math/PerspectiveMatrix.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TReversedZPerspectiveMatrix
(
const TReversedZPerspectiveMatrix < FArg > & From
)
TReversedZPerspectiveMatrix(T, T, T, T)
| Name | TReversedZPerspectiveMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/PerspectiveMatrix.h |
| Include Path | #include "Math/PerspectiveMatrix.h" |
TReversedZPerspectiveMatrix
(
T HalfFOV,
T Width,
T Height,
T MinZ
)
TReversedZPerspectiveMatrix(T, T, T, T, T)
| Name | TReversedZPerspectiveMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/PerspectiveMatrix.h |
| Include Path | #include "Math/PerspectiveMatrix.h" |
TReversedZPerspectiveMatrix
(
T HalfFOV,
T Width,
T Height,
T MinZ,
T MaxZ
)
TReversedZPerspectiveMatrix(T, T, T, T, T, T)
| Name | TReversedZPerspectiveMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/PerspectiveMatrix.h |
| Include Path | #include "Math/PerspectiveMatrix.h" |
TReversedZPerspectiveMatrix
(
T HalfFOVX,
T HalfFOVY,
T MultFOVX,
T MultFOVY,
T MinZ,
T MaxZ
)