Committing current progress.

This commit is contained in:
2021-08-19 11:18:56 -07:00
parent 41c460b90b
commit 7f80cb0fa0
10 changed files with 199 additions and 37 deletions

View File

@ -13,5 +13,11 @@
bool aabbPoint2D(
float pointX, float pointY,
float x, float y, float width, float height,
aabbpointhit_t *hit
aabbpointhit2d_t *hit
);
bool aabbVector2D(
float x, float y, float vx, float vy,
float bx, float by, float width, float height,
aabbvectorhit2d_t *vector
);