Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FMatrixH
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector PointRotation
(
const FVector& PointToRotate, |
Apply the rotation centered in origin to PointToRotate | Math/MatrixH.h | |
FVector2d PointRotation
(
const FVector2d& PointToRotate, |
Math/MatrixH.h |
PointRotation(const FVector &, const FVector &)
Description
Apply the rotation centered in origin to PointToRotate
| Name | PointRotation |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
FVector PointRotation
(
const FVector & PointToRotate,
const FVector & Origin
) const
PointRotation(const FVector2d &, const FVector2d &)
| Name | PointRotation |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include Path | #include "Math/MatrixH.h" |
FVector2d PointRotation
(
const FVector2d & PointToRotate,
const FVector2d & Origin
) const