Geometry_Engine: Add tolerance to the PointAtParameter() method
Open
type:bug
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
In some cases total length of the curve (`Polyline` or `PolyCurve`) is slightly greater than the sum of the segments (due to machine computations).
If so the algorithm assumes that the parameter equal 1.0 is beyond the reach of the curve. Need to add tolerance.
Contributor guide
Assessment
This issue has not been assessed yet.