peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
125 stars 19 forks source link

Improve `lerp` robustness #590

Closed peterstace closed 5 months ago

peterstace commented 5 months ago

Description

This change makes some tweaks to the lerp function that make it more robust under certain edge cases.

Check List

Have you:

Related Issue

peterstace commented 5 months ago

Thanks for reviewing!