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 SegmentEnumerable
Remarks
Wrapper around SegmentIterator that has begin() and end() suitable for range-based for loop
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TPolygon2< T > * | polygon |
Constructors
| Type | Name | Description | |
|---|---|---|---|
SegmentEnumerable
(
const TPolygon2< T >* p |
Functions
| Type | Name | Description | |
|---|---|---|---|
| SegmentIterator | begin () |
||
| SegmentIterator | end () |