Add point inflation functions

This commit is contained in:
2023-03-20 01:33:05 +00:00
parent 6d69566857
commit a170d88ccc
5 changed files with 68 additions and 11 deletions

View File

@@ -141,6 +141,7 @@ struct color shape_color_s(cpShape *shape);
void shape_gui(struct phys2d_shape *shape);
void phys2d_setup_handlers(int go);
int *phys2d_query_shape(struct phys2d_shape *shape);
int *phys2d_query_box_points(cpVect pos, cpVect wh, cpVect *points, int n);
void phys2d_reindex_body(cpBody *body);
cpVect world2go(struct gameobject *go, cpVect worldpos);