Navigation
API > API/Runtime > API/Runtime/Core > API/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 TLookAtMatrix : public UE::Math::TLookFromMatrix< T >
Constructors
| Type | Name | Description | |
|---|---|---|---|
TLookAtMatrix
(
const TLookAtMatrix< FArg >& From |
Conversion to other type. | ||
TLookAtMatrix
(
const TVector< T >& EyePosition, |
Creates a view matrix given an eye position, a position to look at, and an up vector. |