Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMatrix2x2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetMatrix
(
float& A, |
Math/TransformCalculus2D.h | ||
void GetMatrix
(
double& A, |
Math/TransformCalculus2D.h |
GetMatrix(float &, float &, float &, float &)
| Name | GetMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
void GetMatrix
(
float & A,
float & B,
float & C,
float & D
) const
GetMatrix(double &, double &, double &, double &)
| Name | GetMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
void GetMatrix
(
double & A,
double & B,
double & C,
double & D
) const