Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math
Inheritance Hierarchy
- TMatrix
- TPerspectiveMatrix
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/PerspectiveMatrix.h |
Include | #include "Math/PerspectiveMatrix.h" |
Syntax
template<typename T>
struct TPerspectiveMatrix : public UE::Math::TMatrix< T >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TPerspectiveMatrix
(
const TPerspectiveMatrix< FArg >& From |
Conversion to other type. | |
![]() |
TPerspectiveMatrix
(
T HalfFOV, |
Constructor | |
![]() |
TPerspectiveMatrix
(
T HalfFOV, |
Constructor | |
![]() |
TPerspectiveMatrix
(
T HalfFOVX, |
Constructor |