3#include <MRCMisc/exports.h>
MRC_API void MR_QuadricApprox_DestroyArray(const MR_QuadricApprox *_this)
Destroys a heap-allocated array of MR_QuadricApprox. Does nothing if the pointer is null.
MRC_API MR_QuadricApprox * MR_QuadricApprox_OffsetMutablePtr(MR_QuadricApprox *ptr, ptrdiff_t i)
struct MR_QuadricApprox MR_QuadricApprox
Definition MRBestFitQuadric.h:18
MRC_API void MR_QuadricApprox_Destroy(const MR_QuadricApprox *_this)
Destroys a heap-allocated instance of MR_QuadricApprox. Does nothing if the pointer is null.
MRC_API MR_QuadricApprox * MR_QuadricApprox_DefaultConstructArray(size_t num_elems)
MRC_API MR_QuadricApprox * MR_QuadricApprox_ConstructFromAnother(const MR_QuadricApprox *_other)
MRC_API void MR_QuadricApprox_addPoint(MR_QuadricApprox *_this, const MR_Vector3d *point, const double *weight)
MRC_API MR_QuadricApprox * MR_QuadricApprox_AssignFromAnother(MR_QuadricApprox *_this, const MR_QuadricApprox *_other)
MRC_API MR_QuadricApprox * MR_QuadricApprox_DefaultConstruct(void)
MRC_API const MR_QuadricApprox * MR_QuadricApprox_OffsetPtr(const MR_QuadricApprox *ptr, ptrdiff_t i)
Generated from class MR::Vector3d.
Definition MRVector3.h:55