Geometry_Engine: `HashArray()` for curves to consider case of disjointed polycurves
Open
type:feature
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
The current implementation of HashArray for curves takes every segment of the curve and considers only the start point of each segment. When it gets to the last segment, it also considers its end point. However, if the curves are disjointed, this may not be enough.
Contributor guide
Assessment
This issue has not been assessed yet.