Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMatrix3
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" |
TMatrix3 < RealType > operator*
(
RealType Scale
) const
operator*(const UE::Math::TVector< RealType > &)
| |
|
| Name |
operator* |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path |
#include "MatrixTypes.h" |
TVector < RealType > operator*
(
const UE::Math::TVector < RealType > & V
) const
operator*(const TMatrix3< RealType > &)
| |
|
| Name |
operator* |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include Path |
#include "MatrixTypes.h" |
TMatrix3 < RealType > operator*
(
const TMatrix3 < RealType > & Mat2
) const