#include <MRCMesh/MRVector3.h>
#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_PointOnFace
◆ MR_PointOnObject
◆ MR_std_optional_MR_Vector3f
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId
◆ MR_VisualObject
◆ MR_getPickedPointNormal()
Returns object normal in local coordinates at given point, returns std::nullopt if object or point is invalid, or if it is ObjectLines or ObjectPoints without normals Generated from function MR::getPickedPointNormal
. Parameter object
can not be null. It is a single object. Parameter point
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_optional_MR_Vector3f_Destroy()
to free it when you're done using it.
◆ MR_getPickedPointPosition()
Converts given point into local coordinates of its object, returns std::nullopt if object or point is invalid, or if it does not present in the object's topology Generated from function MR::getPickedPointPosition
. Parameter object
can not be null. It is a single object. Parameter point
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_optional_MR_Vector3f_Destroy()
to free it when you're done using it.
◆ MR_PointOnObject_AssignFromAnother()
Generated from a method of class MR::PointOnObject
named operator=
. Parameter _this
can not be null. It is a single object. Parameter _other
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_PointOnObject_ConstructFromAnother()
Generated from a constructor of class MR::PointOnObject
. Parameter _other
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_PointOnObject_Destroy()
to free it when you're done using it.
◆ MR_PointOnObject_ConvertTo_MR_PointOnFace()
Generated from a conversion operator of class MR::PointOnObject
to type MR::PointOnFace
. Parameter _this
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_PointOnFace_Destroy()
to free it when you're done using it.
◆ MR_PointOnObject_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_PointOnObject_Destroy()
to free it when you're done using it.
◆ MR_PointOnObject_DefaultConstructArray()
◆ MR_PointOnObject_Destroy()
Destroys a heap-allocated instance of MR_PointOnObject
. Does nothing if the pointer is null.
◆ MR_PointOnObject_DestroyArray()
Destroys a heap-allocated array of MR_PointOnObject
. Does nothing if the pointer is null.
◆ MR_PointOnObject_Get_point()
3D location on the object in local coordinates Returns a pointer to a member variable of class MR::PointOnObject
named point
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_PointOnObject_Get_zBuffer()
z buffer value Returns a pointer to a member variable of class MR::PointOnObject
named zBuffer
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_PointOnObject_GetMutable_point()
3D location on the object in local coordinates Returns a mutable pointer to a member variable of class MR::PointOnObject
named point
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_PointOnObject_GetMutable_zBuffer()
z buffer value Returns a mutable pointer to a member variable of class MR::PointOnObject
named zBuffer
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_PointOnObject_OffsetMutablePtr()
Offsets a pointer to an array element by i
positions (not bytes). Use only if you're certain that the pointer points to an array element.
◆ MR_PointOnObject_OffsetPtr()
Offsets a pointer to an array element by i
positions (not bytes). Use only if you're certain that the pointer points to an array element.
◆ MR_PointOnObject_Set_point()
3D location on the object in local coordinates Modifies a member variable of class MR::PointOnObject
named point
. Parameter _this
can not be null. It is a single object.
◆ MR_PointOnObject_Set_zBuffer()
z buffer value Modifies a member variable of class MR::PointOnObject
named zBuffer
. Parameter _this
can not be null. It is a single object.
◆ MR_pointOnObjectToPickedPoint()