Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FMatrixH
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double & operator()
(
int32 Row, |
Math/MatrixH.h | ||
double operator()
(
int32 Row, |
Math/MatrixH.h |
operator()(int32, int32)
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
double & operator()
(
int32 Row,
int32 Column
)
operator()(int32, int32)
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
double operator()
(
int32 Row,
int32 Column
) const