Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Geometry.h |
| Include | #include "Math/Geometry.h" |
Syntax
template<class PointType>
struct TSegment
Variables
| Type | Name | Description | |
|---|---|---|---|
| const PointType & | Point0 | ||
| const PointType & | Point1 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TSegment
(
const PointType& InPoint0, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| PointType | GetVector () |
||
| double | SquareLength () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const PointType & | operator[]
(
int32 Index |