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

Wrong parameter names in 'collision.h'. #742

Closed
charlie5 opened this issue Feb 3, 2023 · 1 comment
Closed

Wrong parameter names in 'collision.h'. #742

charlie5 opened this issue Feb 3, 2023 · 1 comment

Comments

@charlie5
Copy link

charlie5 commented Feb 3, 2023

Hi,

Just noticed these ...

void b2CollideEdgeAndCircle (b2Manifold* manifold,
const b2EdgeShape* polygonA, const b2Transform& xfA,
const b2CircleShape* circleB, const b2Transform& xfB);

'polygonA' should be 'edgeA'.

void b2CollideEdgeAndPolygon (b2Manifold* manifold,
const b2EdgeShape* edgeA, const b2Transform& xfA,
const b2PolygonShape* circleB, const b2Transform& xfB);

'circleB' should be 'polygonB'.

@erincatto
Copy link
Owner

This code has been rewritten for version 3.0

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

2 participants