struct MR_VertCoords MR_VertCoords
Definition MRAABBTreePoints.h:22
MRC_API MR_VertCoordsDiff * MR_VertCoordsDiff_DefaultConstruct(void)
MRC_API void MR_VertCoordsDiff_applyAndSwap(MR_VertCoordsDiff *_this, MR_VertCoords *m)
MRC_API MR_VertCoordsDiff * MR_VertCoordsDiff_AssignFromAnother(MR_VertCoordsDiff *_this, MR_PassBy _other_pass_by, MR_VertCoordsDiff *_other)
MRC_API MR_VertCoordsDiff * MR_VertCoordsDiff_OffsetMutablePtr(MR_VertCoordsDiff *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_uint64_t MR_VertCoordsDiff_heapBytes(const MR_VertCoordsDiff *_this)
MRC_API MR_VertCoordsDiff * MR_VertCoordsDiff_ConstructFromAnother(MR_PassBy _other_pass_by, MR_VertCoordsDiff *_other)
struct MR_VertCoordsDiff MR_VertCoordsDiff
Definition MRVertCoordsDiff.h:19
MRC_API bool MR_VertCoordsDiff_any(const MR_VertCoordsDiff *_this)
MRC_API MR_VertCoordsDiff * MR_VertCoordsDiff_DefaultConstructArray(size_t num_elems)
MRC_API void MR_VertCoordsDiff_DestroyArray(const MR_VertCoordsDiff *_this)
Destroys a heap-allocated array of MR_VertCoordsDiff. Does nothing if the pointer is null.
MRC_API void MR_VertCoordsDiff_Destroy(const MR_VertCoordsDiff *_this)
Destroys a heap-allocated instance of MR_VertCoordsDiff. Does nothing if the pointer is null.
MRC_API MR_VertCoordsDiff * MR_VertCoordsDiff_Construct(const MR_VertCoords *from, const MR_VertCoords *to)
MRC_API const MR_VertCoordsDiff * MR_VertCoordsDiff_OffsetPtr(const MR_VertCoordsDiff *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MR_PassBy
Definition common.h:19
uint64_t MR_uint64_t
Definition common.h:14
#define MRC_API
Definition exports.h:11