Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Point.h |
| Include | #include "Math/Point.h" |
Syntax
class FFPoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| union UE::CADKernel::FFPoint | |||
| float | X | ||
| float[3] | XYZ | ||
| float | Y | ||
| float | Z |
Constructors
Operators
| Type | Name | Description | |
|---|---|---|---|
| float & | operator[]
(
int32 Index |
||
| float | operator[]
(
int32 Index |
||
| FFPoint & |
Constants
| Name | Description |
|---|---|
| Dimension | |
| FarawayPoint | |
| ZeroPoint | A zero point (0,0,0) |