relativeOrientation MethodStatic
Return numeric identifier for the relationship between edgeA and edgeB:
- 1 if they share start and end vertex indices in the same order.
- -1 if they share start and end vertex indices in reversed order.
- 0 otherwise.
relativeOrientation(edgeA: SortableEdge, edgeB: SortableEdge): number
Parameter | Type | Description |
---|---|---|
edgeA | SortableEdge | |
edgeB | SortableEdge |
Returns - number
Defined in
- polyface/IndexedEdgeMatcher.ts Line 74
Last Updated: 07 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.