Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMatrix2
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
MatrixTypes.h |
|
|
|
MatrixTypes.h |
|
TMatrix2
(
RealType Diag0,
RealType Diag1
)
|
|
MatrixTypes.h |
|
|
Construct outer-product of U*transpose(V) of U and V result is that Mij = u_i * v_j |
MatrixTypes.h |
|
|
|
MatrixTypes.h |
|
TMatrix2
(
RealType M00,
RealType M01,
RealType M10,
RealType M11
)
|
|
MatrixTypes.h |
|
TMatrix2()
| |
|
| Name |
TMatrix2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path |
#include "MatrixTypes.h" |
TMatrix2()
TMatrix2(RealType)
| |
|
| Name |
TMatrix2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path |
#include "MatrixTypes.h" |
TMatrix2
(
RealType ConstantValue
)
TMatrix2(RealType, RealType)
| |
|
| Name |
TMatrix2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path |
#include "MatrixTypes.h" |
TMatrix2
(
RealType Diag0,
RealType Diag1
)
TMatrix2(const TVector2< RealType > &, const TVector2< RealType > &)
Description
Construct outer-product of U*transpose(V) of U and V result is that Mij = u_i * v_j
| |
|
| Name |
TMatrix2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path |
#include "MatrixTypes.h" |
TMatrix2
(
const TVector2 < RealType > & U,
const TVector2 < RealType > & V
)
TMatrix2(const TVector2< RealType > &, const TVector2< RealType > &, bool)
| |
|
| Name |
TMatrix2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path |
#include "MatrixTypes.h" |
TMatrix2
(
const TVector2 < RealType > & V1,
const TVector2 < RealType > & V2,
bool bRows
)
TMatrix2(RealType, RealType, RealType, RealType)
| |
|
| Name |
TMatrix2 |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path |
#include "MatrixTypes.h" |
TMatrix2
(
RealType M00,
RealType M01,
RealType M10,
RealType M11
)