Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math
Inheritance Hierarchy
- TMatrix
- TLookFromMatrix
- TLookAtMatrix
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Matrix.h |
Include | #include "Math/Matrix.h" |
Syntax
template<typename T>
struct TLookFromMatrix : public UE::Math::TMatrix< T >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TLookFromMatrix
(
const TLookFromMatrix< FArg >& From |
Conversion to other type. | |
![]() |
TLookFromMatrix
(
const TVector< T >& EyePosition, |
Creates a view matrix given an eye position, a direction to look in, and an up vector. |