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