MeshLib C++ Docs
Loading...
Searching...
No Matches
MRSplineProject.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
5namespace MR
6{
9
10
13[[nodiscard]] MRMESH_API Contour3f projectSpline( const Mesh& mesh, const MarkedContour3f& spline );
14
17[[nodiscard]] MRMESH_API std::vector<MeshTriPoint> projectSplineAsMTP( const Mesh& mesh, const MarkedContour3f& spline );
18
19}
#define MRMESH_API
Definition MRMeshFwd.h:82
Contour3< float > Contour3f
Definition MRMeshFwd.h:375
Contour3f projectSpline(const Mesh &mesh, const MarkedContour3f &spline)
std::vector< MeshTriPoint > projectSplineAsMTP(const Mesh &mesh, const MarkedContour3f &spline)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMarkedContour.h:14
Definition MRMesh.h:23