#include <MRCMesh/MRVector3.h>
#include <MRCMisc/exports.h>
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_PointOnFace
◆ MR_PointOnObject
Generated from class MR::PointOnObject. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ 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,
- Parameters
-
| interpolated | if true returns interpolated normal for mesh object, otherwise returns flat normal 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. Parameter interpolated has a default argument: true, pass a null pointer to use it. 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 method MR::PointOnObject::operator=. Parameter _this can not be null. It is a single object. Parameter _other can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in this object. The returned pointer will never be null. It is non-owning, do NOT destroy it. When this function is called, this object will drop any object references it had previously.
◆ MR_PointOnObject_ConstructFromAnother()
Generated from constructor MR::PointOnObject::PointOnObject. Parameter _other can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in the constructed 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 conversion operator MR::PointOnObject::operator 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. The reference to the parameter ptr might be preserved in the return value.
◆ 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. The reference to the parameter ptr might be preserved in the return value.
◆ 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. The reference to the parameter value might be preserved in this object in element point. When this function is called, this object will drop object references it had previously in point.
◆ 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. When this function is called, this object will drop object references it had previously in zBuffer.
◆ MR_pointOnObjectToPickedPoint()