struct MR_std_optional_MR_Vector3i MR_std_optional_MR_Vector3i
Definition MRPrecisePredicates3.h:21
#define MRC_API
Definition exports.h:11
MRC_API const MR_std_optional_MR_Vector3i * MR_std_optional_MR_Vector3i_OffsetPtr(const MR_std_optional_MR_Vector3i *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_Vector3i * MR_std_optional_MR_Vector3i_MutableValue(MR_std_optional_MR_Vector3i *_this)
MRC_API void MR_std_optional_MR_Vector3i_Destroy(const MR_std_optional_MR_Vector3i *_this)
Destroys a heap-allocated instance of MR_std_optional_MR_Vector3i. Does nothing if the pointer is nul...
MRC_API MR_std_optional_MR_Vector3i * MR_std_optional_MR_Vector3i_OffsetMutablePtr(MR_std_optional_MR_Vector3i *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_Vector3i * MR_std_optional_MR_Vector3i_ConstructFrom(const MR_Vector3i *other)
MRC_API MR_std_optional_MR_Vector3i * MR_std_optional_MR_Vector3i_ConstructFromAnother(const MR_std_optional_MR_Vector3i *other)
MRC_API const MR_Vector3i * MR_std_optional_MR_Vector3i_Value(const MR_std_optional_MR_Vector3i *_this)
MRC_API MR_std_optional_MR_Vector3i * MR_std_optional_MR_Vector3i_DefaultConstructArray(size_t num_elems)
MRC_API void MR_std_optional_MR_Vector3i_AssignFrom(MR_std_optional_MR_Vector3i *_this, const MR_Vector3i *other)
MRC_API MR_std_optional_MR_Vector3i * MR_std_optional_MR_Vector3i_DefaultConstruct(void)
MRC_API void MR_std_optional_MR_Vector3i_DestroyArray(const MR_std_optional_MR_Vector3i *_this)
Destroys a heap-allocated array of MR_std_optional_MR_Vector3i. Does nothing if the pointer is null.
MRC_API void MR_std_optional_MR_Vector3i_AssignFromAnother(MR_std_optional_MR_Vector3i *_this, const MR_std_optional_MR_Vector3i *other)
Definition MRVector3.h:33