#include <MRCMisc/exports.h>#include <stdbool.h>Go to the source code of this file.
Typedefs | |
| typedef struct MR_Box2f | MR_Box2f |
| typedef struct MR_Line2f | MR_Line2f |
Functions | |
| MRC_API bool | MR_rayBoxIntersect_4_MR_Box2f (const MR_Box2f *box, const MR_Line2f *line, float t0, float t1) |
| typedef struct MR_Box2f MR_Box2f |