createFaceLoopFromCoordinates MethodStatic
create a circular doubly linked list of internal and external nodes from polygon points in the specified winding order
- This applies the masks used by typical applications:
- HalfEdgeMask.BOUNDARY on both sides
- HalfEdgeMask.PRIMARY_EDGE on both sides.
- Use
createFaceLoopFromCoordinatesAndMasksfor detail control of masks.
createFaceLoopFromCoordinates(graph: HalfEdgeGraph, data: LineStringDataVariant, returnPositiveAreaLoop: boolean, markExterior: boolean): HalfEdge | undefined
| Parameter | Type | Description |
|---|---|---|
| graph | HalfEdgeGraph | |
| data | LineStringDataVariant | |
| returnPositiveAreaLoop | boolean | |
| markExterior | boolean |
Defined in
Last Updated: 08 January, 2020