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

Introduce getDistanceSquared for deprecated getDistance2 #21 #573

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 28, 2024

  1. Introduce getDistanceSquared for deprecated getDistance2 eclipse#21

    Having the squared distance between two points can be used often for
    simple sorting of points. It is more efficient then calculating the real
    distance. However the old getDistanc2's name was not very intuitive.
    With this change we have an appropriate replacement.
    
    Addresses eclipse#21
    azoitl committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    f8772ea View commit details
    Browse the repository at this point in the history