Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMatrix () |
Constructors. | Math/Matrix.h | |
TMatrix
(
EForceInit |
Constructor. | Math/Matrix.h | |
| Conversion to other type. | Math/Matrix.h | ||
| Constructors. | Math/Matrix.h | ||
| Constructor. | Math/Matrix.h |
TMatrix()
Description
Constructors.
| Name | TMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Matrix.h |
| Include Path | #include "Math/Matrix.h" |
TMatrix()
TMatrix(EForceInit)
Description
Constructor.
| Name | TMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Matrix.h |
| Include Path | #include "Math/Matrix.h" |
TMatrix
(
EForceInit
)
Parameters
| Name | Remarks |
|---|---|
| EForceInit | Force Init Enum. |
TMatrix(const TMatrix< FArg > &)
Description
Conversion to other type.
| Name | TMatrix |
| 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 >>
TMatrix
(
const TMatrix < FArg > & From
)
TMatrix(const TPlane< T > &, const TPlane< T > &, const TPlane< T > &, const TPlane< T > &)
Description
Constructor.
TMatrix inline functions.
| Name | TMatrix |
| 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 |
TMatrix
(
const TPlane < T > & InX,
const TPlane < T > & InY,
const TPlane < T > & InZ,
const TPlane < T > & InW
)
Parameters
| Name | Remarks |
|---|---|
| InX | X plane |
| InY | Y plane |
| InZ | Z plane |
| InW | W plane |
TMatrix(const TVector< T > &, const TVector< T > &, const TVector< T > &, const TVector< T > &)
Description
Constructor.
| Name | TMatrix |
| 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 |
TMatrix
(
const TVector < T > & InX,
const TVector < T > & InY,
const TVector < T > & InZ,
const TVector < T > & InW
)
Parameters
| Name | Remarks |
|---|---|
| InX | X vector |
| InY | Y vector |
| InZ | Z vector |
| InW | W vector |