Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyline3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Polyline3.h |
| Include | #include "Polyline3.h" |
Syntax
class SegmentIterator
Remarks
SegmentIterator is used to iterate over the TSegment3
Variables
| Type | Name | Description | |
|---|---|---|---|
| int | i | ||
| const TPolyline3 * | Polyline |
Constructors
| Type | Name | Description | |
|---|---|---|---|
SegmentIterator
(
const TPolyline3* p, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator! () |
||
| bool | operator!=
(
const SegmentIterator& i3 |
||
| TSegment3< T > | operator* () |
||
| SegmentIterator & | operator++ () |
||
| SegmentIterator | operator++
(
int |
||
| bool | operator==
(
const SegmentIterator& i3 |