We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The docs list a function
int cpPolyShapeGetNumVerts(cpShape *shape) ... Getters for poly shape properties. Passing a non-poly shape or an index that does not exist will throw an assertion.
int cpPolyShapeGetNumVerts(cpShape *shape) ...
Getters for poly shape properties. Passing a non-poly shape or an index that does not exist will throw an assertion.
However, the function in cpPolyShape.h:
/// Get the number of verts in a polygon shape. CP_EXPORT int cpPolyShapeGetCount(const cpShape *shape);
The name is wrong in the docs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The docs list a function
However, the function in cpPolyShape.h:
The name is wrong in the docs.
The text was updated successfully, but these errors were encountered: