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

Test case compares identical shapes #13

Open
NilsEnevoldsen opened this issue Jun 13, 2024 · 0 comments
Open

Test case compares identical shapes #13

NilsEnevoldsen opened this issue Jun 13, 2024 · 0 comments

Comments

@NilsEnevoldsen
Copy link

gjk.c/gjk.c

Lines 196 to 200 in 287d86a

vec2 vertices2[] = {
{ 4.0f, 11.0f },
{ 5.0f, 5.0f },
{ 9.0f, 9.0f },
};

Did you intend this to be the following?

    vec2 vertices2[] = {
        { 5.0f, 7.0f },
        { 7.0f, 3.0f },
        { 10.0f, 2.0f },
        { 12.0f, 7.0f },
    };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant