MeshLib C++ Docs
Loading...
Searching...
No Matches
MRSolidOfRevolution.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4#include "MRVector2.h"
5
6namespace MR
7{
8
11MRMESH_API Mesh makeSolidOfRevolution( const Contour2f& profile, int resolution = 16 );
12
13} // namespace MR
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:80
Definition MRCameraOrientationPlugin.h:8
Contour2< float > Contour2f
Definition MRMesh/MRMeshFwd.h:373
MRMESH_API Mesh makeSolidOfRevolution(const Contour2f &profile, int resolution=16)
Definition MRMesh/MRMesh.h:23