|
Banjo API 0.0.1
C99 game development API
|

Go to the source code of this file.
Functions | |
| bj_bool | bj_check_segments_hit (struct bj_vec2 a0, struct bj_vec2 a1, struct bj_vec2 b0, struct bj_vec2 b1) |
| bj_bool | bj_check_circle_segment_hit (struct bj_vec2 c, bj_real r, struct bj_vec2 l0, struct bj_vec2 l1) |
2D Geometry helpers