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 FPointH
Variables
| Type | Name | Description | |
|---|---|---|---|
| union UE::CADKernel::FPointH | |||
| double | W | ||
| double | X | ||
| double[4] | XYZW | ||
| double | Y | ||
| double | Z |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPointH () |
|||
FPointH
(
const double InX, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FPointH | |||
| FPointH | operator*
(
double Factor |
||
| double & | operator[]
(
int32 Index |
||
| double | operator[]
(
int32 Index |
||
| FPointH |
Constants
| Name | Description |
|---|---|
| Dimension | |
| FarawayPoint | |
| ZeroPoint | A zero point (0,0,0) |