Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTwoVectors
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTwoVectors operator/
(
float Scale |
Gets result of dividing pair of vectors. | Math/TwoVectors.h | |
FTwoVectors operator/
(
const FTwoVectors& V |
Gets result of division of two pairs of vectors. | Math/TwoVectors.h |
operator/(float)
Description
Gets result of dividing pair of vectors.
| Name | operator/ |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TwoVectors.h |
| Include Path | #include "Math/TwoVectors.h" |
FTwoVectors operator/
(
float Scale
) const
Result of division.
Parameters
| Name | Remarks |
|---|---|
| Scale | What to divide by. |
operator/(const FTwoVectors &)
Description
Gets result of division of two pairs of vectors.
| Name | operator/ |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TwoVectors.h |
| Include Path | #include "Math/TwoVectors.h" |
FTwoVectors operator/
(
const FTwoVectors & V
) const
Result of division.
Parameters
| Name | Remarks |
|---|---|
| V | The pair to divide by. |