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