Banjo API 0.0.1
C99 game development API
Loading...
Searching...
No Matches
rect.h File Reference
#include <banjo/api.h>
Include dependency graph for rect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  bj_rect

Functions

bj_bool bj_rect_intersection (const struct bj_rect *rect_a, const struct bj_rect *rect_b, struct bj_rect *result)

Detailed Description

Defines the struct bj_rect struct representing a rectangle with position and dimensions.