Navigation
API > API/Runtime > API/Runtime/Core
| Name | TLookFromMatrix |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Matrix.h |
| Include Path | #include "Math/Matrix.h" |
Syntax
template<typename T>
struct TLookFromMatrix : public UE::Math::TMatrix< T >
Inheritance Hierarchy
- TMatrix → TLookFromMatrix
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLookFromMatrix
(
const TLookFromMatrix< FArg >& From |
Conversion to other type. | Math/Matrix.h | |
TLookFromMatrix
(
const TVector< T >& EyePosition, |
Creates a view matrix given an eye position, a direction to look in, and an up vector. | Math/Matrix.h |