![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Polygon2.h>
Public Member Functions | |
| bool | operator! () |
| TSegment2< T > | operator* () const |
| SegmentIterator & | operator++ () |
| SegmentIterator | operator++ (int) |
| bool | operator== (const SegmentIterator &i2) const |
| bool | operator!= (const SegmentIterator &i2) const |
Protected Member Functions | |
| SegmentIterator (const TPolygon2 *p, int iCur) | |
Protected Attributes | |
| const TPolygon2 * | polygon |
| int | i |
Friends | |
| class | TPolygon2 |
SegmentIterator is used to iterate over the TSegment2<T> segments of the polygon
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |