struct MR_VisualObject MR_VisualObject
Definition MRAddVisualPropertiesMixin.h:21
struct MR_std_optional_MR_Vector3f MR_std_optional_MR_Vector3f
Definition MRDistanceMap.h:27
struct MR_PointOnFace MR_PointOnFace
Definition MREnumNeighbours.h:15
MRC_API MR_std_optional_MR_Vector3f * MR_getPickedPointPosition(const MR_VisualObject *object, const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId *point)
MRC_API void MR_PointOnObject_Set_zBuffer(MR_PointOnObject *_this, float value)
MRC_API const float * MR_PointOnObject_Get_zBuffer(const MR_PointOnObject *_this)
MRC_API MR_PointOnObject * MR_PointOnObject_OffsetMutablePtr(MR_PointOnObject *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
struct MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId
Definition MRPointOnObject.h:15
MRC_API MR_PointOnObject * MR_PointOnObject_AssignFromAnother(MR_PointOnObject *_this, const MR_PointOnObject *_other)
MRC_API MR_PointOnObject * MR_PointOnObject_DefaultConstruct(void)
MRC_API const MR_Vector3f * MR_PointOnObject_Get_point(const MR_PointOnObject *_this)
MRC_API MR_PointOnObject * MR_PointOnObject_DefaultConstructArray(size_t num_elems)
struct MR_PointOnObject MR_PointOnObject
Generated from class MR::PointOnObject.
Definition MRPointOnObject.h:23
MRC_API MR_std_optional_MR_Vector3f * MR_getPickedPointNormal(const MR_VisualObject *object, const MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId *point)
MRC_API void MR_PointOnObject_Set_point(MR_PointOnObject *_this, MR_Vector3f value)
MRC_API const MR_PointOnObject * MR_PointOnObject_OffsetPtr(const MR_PointOnObject *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 float * MR_PointOnObject_GetMutable_zBuffer(MR_PointOnObject *_this)
MRC_API void MR_PointOnObject_Destroy(const MR_PointOnObject *_this)
Destroys a heap-allocated instance of MR_PointOnObject. Does nothing if the pointer is null.
MRC_API MR_PointOnFace * MR_PointOnObject_ConvertTo_MR_PointOnFace(const MR_PointOnObject *_this)
MRC_API MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId * MR_pointOnObjectToPickedPoint(const MR_VisualObject *object, const MR_PointOnObject *pos)
MRC_API void MR_PointOnObject_DestroyArray(const MR_PointOnObject *_this)
Destroys a heap-allocated array of MR_PointOnObject. Does nothing if the pointer is null.
MRC_API MR_Vector3f * MR_PointOnObject_GetMutable_point(MR_PointOnObject *_this)
MRC_API MR_PointOnObject * MR_PointOnObject_ConstructFromAnother(const MR_PointOnObject *_other)
#define MRC_API
Definition exports.h:11
Definition MRVector3.h:51