Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolygon2
Wrapper around SegmentIterator that has begin() and end() suitable for range-based for loop
| Name | SegmentEnumerable |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
Syntax
class SegmentEnumerable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Polygon2.h | |||
SegmentEnumerable
(
const TPolygon2< T >* p |
Polygon2.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| polygon | const TPolygon2< T > * | Polygon2.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SegmentIterator begin() |
Polygon2.h | ||
SegmentIterator end() |
Polygon2.h |