struct MR_TriIntersectResult MR_TriIntersectResult
Generated from class MR::TriIntersectResult.
Definition MRTriangleIntersection.h:20
struct MR_std_optional_MR_TriIntersectResult MR_std_optional_MR_TriIntersectResult
Definition MRTriangleIntersection.h:16
#define MRC_API
Definition exports.h:11
MRC_API MR_std_optional_MR_TriIntersectResult * MR_std_optional_MR_TriIntersectResult_ConstructFromAnother(const MR_std_optional_MR_TriIntersectResult *other)
MRC_API void MR_std_optional_MR_TriIntersectResult_AssignFrom(MR_std_optional_MR_TriIntersectResult *_this, const MR_TriIntersectResult *other)
MRC_API const MR_TriIntersectResult * MR_std_optional_MR_TriIntersectResult_Value(const MR_std_optional_MR_TriIntersectResult *_this)
MRC_API MR_std_optional_MR_TriIntersectResult * MR_std_optional_MR_TriIntersectResult_OffsetMutablePtr(MR_std_optional_MR_TriIntersectResult *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 MR_std_optional_MR_TriIntersectResult * MR_std_optional_MR_TriIntersectResult_ConstructFrom(const MR_TriIntersectResult *other)
MRC_API void MR_std_optional_MR_TriIntersectResult_AssignFromAnother(MR_std_optional_MR_TriIntersectResult *_this, const MR_std_optional_MR_TriIntersectResult *other)
MRC_API void MR_std_optional_MR_TriIntersectResult_Destroy(const MR_std_optional_MR_TriIntersectResult *_this)
Destroys a heap-allocated instance of MR_std_optional_MR_TriIntersectResult. Does nothing if the poin...
MRC_API MR_TriIntersectResult * MR_std_optional_MR_TriIntersectResult_MutableValue(MR_std_optional_MR_TriIntersectResult *_this)
MRC_API void MR_std_optional_MR_TriIntersectResult_DestroyArray(const MR_std_optional_MR_TriIntersectResult *_this)
Destroys a heap-allocated array of MR_std_optional_MR_TriIntersectResult. Does nothing if the pointer...
MRC_API const MR_std_optional_MR_TriIntersectResult * MR_std_optional_MR_TriIntersectResult_OffsetPtr(const MR_std_optional_MR_TriIntersectResult *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...