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_MR_Box2f (const MR_Box2f *box, const MR_Line2f *line, float t0, float t1) |
typedef struct MR_Box2f MR_Box2f |
MRC_API bool MR_rayBoxIntersect_MR_Box2f | ( | const MR_Box2f * | box, |
const MR_Line2f * | line, | ||
float | t0, | ||
float | t1 ) |
Generated from function MR::rayBoxIntersect<float>
. Parameter box
can not be null. It is a single object. Parameter line
can not be null. It is a single object.