MeshLib C Docs
Loading...
Searching...
No Matches
std_pair_MR_Vector3f_MR_TriPointf.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMesh/MRVector3.h>
4#include <MRCMisc/exports.h>
5
6#include <stddef.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct MR_TriPointf MR_TriPointf; // Defined in `#include <MRCMesh/MRTriPoint.h>`.
13
14
18
22
27
34
41
44
47
51
55
63
69
75
81
87
88#ifdef __cplusplus
89} // extern "C"
90#endif
struct MR_std_pair_MR_Vector3f_MR_TriPointf MR_std_pair_MR_Vector3f_MR_TriPointf
Definition MRClosestPointInTriangle.h:12
struct MR_TriPointf MR_TriPointf
encodes a point inside a triangle using barycentric coordinates
Definition MRMeshTriPoint.h:17
#define MRC_API
Definition include/MRCMisc/exports.h:11
MRC_API void MR_std_pair_MR_Vector3f_MR_TriPointf_AssignFromAnother(MR_std_pair_MR_Vector3f_MR_TriPointf *_this, const MR_std_pair_MR_Vector3f_MR_TriPointf *other)
MRC_API const MR_Vector3f * MR_std_pair_MR_Vector3f_MR_TriPointf_first(const MR_std_pair_MR_Vector3f_MR_TriPointf *_this)
MRC_API MR_std_pair_MR_Vector3f_MR_TriPointf * MR_std_pair_MR_Vector3f_MR_TriPointf_DefaultConstructArray(size_t num_elems)
MRC_API const MR_TriPointf * MR_std_pair_MR_Vector3f_MR_TriPointf_second(const MR_std_pair_MR_Vector3f_MR_TriPointf *_this)
MRC_API MR_std_pair_MR_Vector3f_MR_TriPointf * MR_std_pair_MR_Vector3f_MR_TriPointf_DefaultConstruct(void)
MRC_API const MR_std_pair_MR_Vector3f_MR_TriPointf * MR_std_pair_MR_Vector3f_MR_TriPointf_OffsetPtr(const MR_std_pair_MR_Vector3f_MR_TriPointf *ptr, ptrdiff_t i)
MRC_API MR_Vector3f * MR_std_pair_MR_Vector3f_MR_TriPointf_first_mut(MR_std_pair_MR_Vector3f_MR_TriPointf *_this)
MRC_API void MR_std_pair_MR_Vector3f_MR_TriPointf_Destroy(const MR_std_pair_MR_Vector3f_MR_TriPointf *_this)
Destroys a heap-allocated instance of MR_std_pair_MR_Vector3f_MR_TriPointf. Does nothing if the point...
MRC_API MR_TriPointf * MR_std_pair_MR_Vector3f_MR_TriPointf_second_mut(MR_std_pair_MR_Vector3f_MR_TriPointf *_this)
MRC_API void MR_std_pair_MR_Vector3f_MR_TriPointf_DestroyArray(const MR_std_pair_MR_Vector3f_MR_TriPointf *_this)
Destroys a heap-allocated array of MR_std_pair_MR_Vector3f_MR_TriPointf. Does nothing if the pointer ...
MRC_API MR_std_pair_MR_Vector3f_MR_TriPointf * MR_std_pair_MR_Vector3f_MR_TriPointf_OffsetMutablePtr(MR_std_pair_MR_Vector3f_MR_TriPointf *ptr, ptrdiff_t i)
MRC_API MR_std_pair_MR_Vector3f_MR_TriPointf * MR_std_pair_MR_Vector3f_MR_TriPointf_ConstructFromAnother(const MR_std_pair_MR_Vector3f_MR_TriPointf *other)
MRC_API MR_std_pair_MR_Vector3f_MR_TriPointf * MR_std_pair_MR_Vector3f_MR_TriPointf_Construct(MR_Vector3f first, const MR_TriPointf *second)
Generated from class MR::Vector3f.
Definition MRVector3.h:47