Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBasisVectorMatrix
Overloads
| 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 |
TBasisVectorMatrix(const TBasisVectorMatrix< FArg > &)
Description
Conversion to other type.
| Name | TBasisVectorMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Matrix.h |
| Include Path | #include "Math/Matrix.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TBasisVectorMatrix
(
const TBasisVectorMatrix < FArg > & From
)
TBasisVectorMatrix(const TVector< T > &, const TVector< T > &, const TVector< T > &, const TVector< T > &)
Description
TMatrix variation inline functions.
| Name | TBasisVectorMatrix |
| Type | function |
| 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 |
TBasisVectorMatrix
(
const TVector < T > & XAxis,
const TVector < T > & YAxis,
const TVector < T > & ZAxis,
const TVector < T > & Origin
)