struct MR_Line3f MR_Line3f
Definition MRBestFit.h:17
struct MR_IntersectionPrecomputes_float MR_IntersectionPrecomputes_float
Definition MRIntersectionPrecomputes.h:17
MRC_API bool MR_rayBoxIntersect_4_MR_Box3f(const MR_Box3f *box, const MR_Line3f *line, float t0, float t1)
MRC_API const MR_RayOrigin_float * MR_RayOrigin_float_OffsetPtr(const MR_RayOrigin_float *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API void MR_RayOrigin_float_DestroyArray(const MR_RayOrigin_float *_this)
Destroys a heap-allocated array of MR_RayOrigin_float. Does nothing if the pointer is null.
MRC_API MR_RayOrigin_float * MR_RayOrigin_float_ConstructFromAnother(const MR_RayOrigin_float *_other)
MRC_API MR_RayOrigin_float * MR_RayOrigin_float_Construct(const MR_Vector3f *ro)
MRC_API MR_RayOrigin_float * MR_RayOrigin_float_AssignFromAnother(MR_RayOrigin_float *_this, const MR_RayOrigin_float *_other)
MRC_API MR_RayOrigin_float * MR_RayOrigin_float_OffsetMutablePtr(MR_RayOrigin_float *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API bool MR_rayBoxIntersect_5(const MR_Box3f *box, const MR_RayOrigin_float *rayOrigin, float *t0, float *t1, const MR_IntersectionPrecomputes_float *prec)
MRC_API void MR_RayOrigin_float_Destroy(const MR_RayOrigin_float *_this)
Destroys a heap-allocated instance of MR_RayOrigin_float. Does nothing if the pointer is null.
struct MR_RayOrigin_float MR_RayOrigin_float
Definition MRRayBoxIntersection.h:20
#define MRC_API
Definition exports.h:11
Definition MRVector3.h:52