Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix along with negative distance was undefined #2573

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2024

  1. Fix along with negative distance was undefined

    This changes so that if distance is negative, then it measures
    along the line in reverse. Before, it would use bearing and
    return a point before the start.
    
    Also document what happens if abs(distance) is larger than the length
    of the line.
    Leffe108 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    c535ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    746fcad View commit details
    Browse the repository at this point in the history
  3. Update along README.md

    Leffe108 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    2523b68 View commit details
    Browse the repository at this point in the history