Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyline3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Polyline3.h |
| Include | #include "Polyline3.h" |
Syntax
class SegmentEnumerable
Remarks
Wrapper around SegmentIterator that has begin() and end() suitable for range-based for loop
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TPolyline3< T > * | Polyline |
Constructors
| Type | Name | Description | |
|---|---|---|---|
SegmentEnumerable
(
const TPolyline3< T >* p |
Functions
| Type | Name | Description | |
|---|---|---|---|
| SegmentIterator | begin () |
||
| SegmentIterator | end () |