VertexNeighborhoodSortData Class
Structure for data used when sorting outbound edges "around a node"
Methods
| Name | Description | |
|---|---|---|
| constructor(index: number, key: number, node: , radians?: number): VertexNeighborhoodSortData | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| index | number | ||
| node | |||
| radians | number | undefined | ||
| radiusOfCurvature | number | 
Defined in
- topology/Merging.ts Line 38
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.