Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FVectorUtil
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static double DiagonalAxisCoordinate
(
const FVector& Vec |
Return the projection of the point on the diagonal axis (of vector (1,1,1)) i.e. return X + Y + Z | Math/Point.h | |
static double DiagonalAxisCoordinate
(
const FVector2d& Vec |
Math/Point.h |
DiagonalAxisCoordinate(const FVector &)
Description
Return the projection of the point on the diagonal axis (of vector (1,1,1)) i.e. return X + Y + Z
| Name | DiagonalAxisCoordinate |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Point.h |
| Include Path | #include "Math/Point.h" |
static double DiagonalAxisCoordinate
(
const FVector & Vec
)
DiagonalAxisCoordinate(const FVector2d &)
| Name | DiagonalAxisCoordinate |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Point.h |
| Include Path | #include "Math/Point.h" |
static double DiagonalAxisCoordinate
(
const FVector2d & Vec
)