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