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

- Fixes Issue #5048. The function Intersector.overlapConvexPolygons now should return the right minimum translation vector values. #6185

Merged
merged 5 commits into from Sep 17, 2020

Commits on Sep 11, 2020

  1. -Fixes issue libgdx#5048, collision detection with the function overl…

    …apConvexPolygons in Intersector should now work as expected.
    
    -Added graphical test.
    Kai Denzel committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    973ee9a View commit details
    Browse the repository at this point in the history
  2. -Added changes

    Kai Denzel committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    169eef8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. -Fixes missing javadoc in Intersector overlapConvexPolygons function

    -renamed parameters in this function back to the original name
    -Improved the visualisation of the test class
    Kai Denzel committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    2641ee4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    f4d8de4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    a5dd223 View commit details
    Browse the repository at this point in the history