Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
Inheritance Hierarchy
- TMatrix
- TBasisVectorMatrix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Matrix.h |
| Include | #include "Math/Matrix.h" |
Syntax
template<typename T>
struct TBasisVectorMatrix : public UE::Math::TMatrix< T >
Constructors
| Type | Name | Description | |
|---|---|---|---|
TBasisVectorMatrix
(
const TBasisVectorMatrix< FArg >& From |
Conversion to other type. | ||
TBasisVectorMatrix
(
const TVector< T >& XAxis, |
Create Basis matrix from 3 axis vectors and the origin. |