Banjo API 0.0.1
C99 game development API
|
Go to the source code of this file.
Functions | |
bj_bool | bj_check_segments_hit (const bj_vec2 a0, const bj_vec2 a1, const bj_vec2 b0, const bj_vec2 b1) |
bj_bool | bj_check_circle_segment_hit (const bj_vec2 c, bj_real r, const bj_vec2 l0, const bj_vec2 l1) |
2D Geometry helpers