Skip to content

Check and refactor new reverse-box-collision code #6

Description

@GoogleFrog

Test the reverse box collision code. It appears to work.

The code is due to be refactored as the current implementation uses a boolean array and an array of boxes when the functions should now be passed a list of reverse boxes and a list of forwards boxes. Perhaps splitting up the list is unreasonable, the list could instead have list.iterator.nextReverse and list.iterator.nextForwards if that is a reasonable thing. In any case the structure of the current code is made fragile due to the naked boolean array.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions