Go to the source code of this file.
Typedefs | |
typedef struct MR_Box3f | MR_Box3f |
typedef struct MR_Line3f | MR_Line3f |
Functions | |
MRC_API bool | MR_rayBoxIntersect_MR_Box3f (const MR_Box3f *box, const MR_Line3f *line, float t0, float t1) |
typedef struct MR_Box3f MR_Box3f |
MRC_API bool MR_rayBoxIntersect_MR_Box3f | ( | const MR_Box3f * | box, |
const MR_Line3f * | 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.