MeshLib C Docs
Loading...
Searching...
No Matches
MRRayBoxIntersection2.h File Reference
#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_MR_Box2f (const MR_Box2f *box, const MR_Line2f *line, float t0, float t1)
 

Typedef Documentation

◆ MR_Box2f

typedef struct MR_Box2f MR_Box2f

◆ MR_Line2f

typedef struct MR_Line2f MR_Line2f

Function Documentation

◆ MR_rayBoxIntersect_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.