Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FMatrixH
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMatrixH () |
Math/MatrixH.h | ||
FMatrixH
(
const double*const InMatrix16 |
Math/MatrixH.h | ||
FMatrixH
(
const double InMatrix44 |
Math/MatrixH.h | ||
FMatrixH
(
const FVector& Origin, |
Math/MatrixH.h |
FMatrixH()
| Name | FMatrixH |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
FMatrixH()
FMatrixH(const double *const)
| Name | FMatrixH |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
FMatrixH
(
const double *const InMatrix16
)
FMatrixH(const double)
| Name | FMatrixH |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
FMatrixH
(
const double InMatrix44
)
FMatrixH(const FVector &, const FVector &, const FVector &, const FVector &)
| Name | FMatrixH |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
FMatrixH
(
const FVector & Origin,
const FVector & Ox,
const FVector & Oy,
const FVector & Oz
)