12#ifndef BJ_GEOMETRY_2D_H
13#define BJ_GEOMETRY_2D_H
General-purpose definitions for Banjo API.
#define BANJO_EXPORT
Definition api.h:139
uint32_t bj_bool
Boolean type used throughout the Banjo API.
Definition api.h:233
bj_bool bj_check_segments_hit(bj_vec2 a0, bj_vec2 a1, bj_vec2 b0, bj_vec2 b1)
bj_bool bj_check_circle_segment_hit(bj_vec2 c, bj_real r, bj_vec2 l0, bj_vec2 l1)
struct bj_vec2_t bj_vec2
Definition vec.h:30
float bj_real
Selected real type for float configuration.
Definition math.h:51