Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FMatrixH
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector MultiplyVector
(
const FVector& InVector |
Math/MatrixH.h | ||
FVector MultiplyVector
(
const FVector2d& Point2D |
Math/MatrixH.h | ||
FVector3f MultiplyVector
(
const FVector3f& InVector |
Math/MatrixH.h |
MultiplyVector(const FVector &)
| Name | MultiplyVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
FVector MultiplyVector
(
const FVector & InVector
) const
MultiplyVector(const FVector2d &)
| Name | MultiplyVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
FVector MultiplyVector
(
const FVector2d & Point2D
) const
MultiplyVector(const FVector3f &)
| Name | MultiplyVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
FVector3f MultiplyVector
(
const FVector3f & InVector
) const