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

Implement RotatedMinimumAreaBoundingRectangle #582

Merged
merged 3 commits into from
Jan 15, 2024
Merged

Implement RotatedMinimumAreaBoundingRectangle #582

merged 3 commits into from
Jan 15, 2024

Commits on Jan 2, 2024

  1. Implement RotatedMinimumAreaBoundingRectangle

    This new function calculates the non-axis-aligned (rotated) bounding
    rectangle for a geometry that has minimum area. It uses the rotating
    calipers algorithm.
    peterstace committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    43462fe View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    peterstace committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ee81eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38edcf1 View commit details
    Browse the repository at this point in the history