Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMatrix3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMatrix3 () |
MatrixTypes.h | ||
TMatrix3
(
RealType ConstantValue |
MatrixTypes.h | ||
| MatrixTypes.h | |||
TMatrix3
(
const UE::Math::TVector< RealType >& U, |
Construct outer-product of U*transpose(V) of U and V result is that Mij = u_i * v_j | MatrixTypes.h | |
TMatrix3
(
RealType Diag0, |
MatrixTypes.h | ||
TMatrix3
(
const UE::Math::TVector< RealType >& V1, |
MatrixTypes.h | ||
TMatrix3
(
RealType M00, |
MatrixTypes.h |
TMatrix3()
| Name | TMatrix3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path | #include "MatrixTypes.h" |
TMatrix3()
TMatrix3(RealType)
| Name | TMatrix3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path | #include "MatrixTypes.h" |
TMatrix3
(
RealType ConstantValue
)
TMatrix3(const TMatrix3< RealType2 > &)
| Name | TMatrix3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path | #include "MatrixTypes.h" |
template<typename RealType2>
constexpr TMatrix3
(
const TMatrix3 < RealType2 > & Mat
)
TMatrix3(const UE::Math::TVector< RealType > &, const UE::Math::TVector< RealType > &)
Description
Construct outer-product of U*transpose(V) of U and V result is that Mij = u_i * v_j
| Name | TMatrix3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path | #include "MatrixTypes.h" |
TMatrix3
(
const UE::Math::TVector < RealType > & U,
const UE::Math::TVector < RealType > & V
)
TMatrix3(RealType, RealType, RealType)
| Name | TMatrix3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path | #include "MatrixTypes.h" |
TMatrix3
(
RealType Diag0,
RealType Diag1,
RealType Diag2
)
TMatrix3(const UE::Math::TVector< RealType > &, const UE::Math::TVector< RealType > &, const UE::Math::TVector< RealType > &, bool)
| Name | TMatrix3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path | #include "MatrixTypes.h" |
TMatrix3
(
const UE::Math::TVector < RealType > & V1,
const UE::Math::TVector < RealType > & V2,
const UE::Math::TVector < RealType > & V3,
bool bRows
)
TMatrix3(RealType, RealType, RealType, RealType, RealType, RealType, RealType, RealType, RealType)
| Name | TMatrix3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path | #include "MatrixTypes.h" |
TMatrix3
(
RealType M00,
RealType M01,
RealType M02,
RealType M10,
RealType M11,
RealType M12,
RealType M20,
RealType M21,
RealType M22
)