Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMatrix2
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
MatrixTypes.h |
|
|
|
MatrixTypes.h |
|
|
|
MatrixTypes.h |
|
operator*(RealType)
| |
|
| Name |
operator* |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path |
#include "MatrixTypes.h" |
TMatrix2 < RealType > operator*
(
RealType Scale
) const
operator*(const TVector2< RealType > &)
| |
|
| Name |
operator* |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path |
#include "MatrixTypes.h" |
TVector2 < RealType > operator*
(
const TVector2 < RealType > & V
) const
operator*(const TMatrix2< RealType > &)
| |
|
| Name |
operator* |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path |
#include "MatrixTypes.h" |
TMatrix2 < RealType > operator*
(
const TMatrix2 < RealType > & Mat2
) const