Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | FVectorUtil |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Point.h |
| Include Path | #include "Math/Point.h" |
Syntax
class FVectorUtil
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FarawayPoint2D | const FVector2d | Math/Point.h | |
| FarawayPoint3D | const FVector | Math/Point.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static double ComputeAngle
(
const VectorType& Vec1, |
Math/Point.h | ||
static double ComputeCosinus
(
const VectorType& Vec1, |
Math/Point.h | ||
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 | ||
static FVector2d FromVector
(
const FVector& Src |
Math/Point.h |