MeshLib C Docs
Loading...
Searching...
No Matches
MRSplineProject.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_MarkedContour3f MR_MarkedContour3f; // Defined in `#include <MRCMesh/MRMarkedContour.h>`.
10typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
11typedef struct MR_std_vector_MR_MeshTriPoint MR_std_vector_MR_MeshTriPoint; // Defined in `#include <MRCMisc/std_vector_MR_MeshTriPoint.h>`.
12typedef struct MR_std_vector_MR_Vector3f MR_std_vector_MR_Vector3f; // Defined in `#include <MRCMisc/std_vector_MR_Vector3f.h>`.
13
14
22
30
31#ifdef __cplusplus
32} // extern "C"
33#endif
struct MR_std_vector_MR_MeshTriPoint MR_std_vector_MR_MeshTriPoint
Definition MRAggregateFlow.h:23
struct MR_std_vector_MR_Vector3f MR_std_vector_MR_Vector3f
Definition MRBestFit.h:25
struct MR_Mesh MR_Mesh
Definition MRCtm.h:16
struct MR_MarkedContour3f MR_MarkedContour3f
Definition MRMarkedContour.h:19
MRC_API MR_std_vector_MR_Vector3f * MR_projectSpline(const MR_Mesh *mesh, const MR_MarkedContour3f *spline)
MRC_API MR_std_vector_MR_MeshTriPoint * MR_projectSplineAsMTP(const MR_Mesh *mesh, const MR_MarkedContour3f *spline)
#define MRC_API
Definition include/MRCMisc/exports.h:11