Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FMatrixH
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FMatrixH MakeScaleMatrix
(
FVector& Scale |
Math/MatrixH.h | ||
static FMatrixH MakeScaleMatrix
(
double ScaleX, |
Math/MatrixH.h |
MakeScaleMatrix(FVector &)
| Name | MakeScaleMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Math/MatrixH.cpp |
static FMatrixH MakeScaleMatrix
(
FVector & Scale
)
MakeScaleMatrix(double, double, double)
| Name | MakeScaleMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Math/MatrixH.cpp |
static FMatrixH MakeScaleMatrix
(
double ScaleX,
double ScaleY,
double ScaleZ
)