MeshLib C++ Docs
Loading...
Searching...
No Matches
MRPrism.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3
4namespace MR
5{
8
12 MRMESH_API Mesh makePrism( float baseLength, float leftAngle, float rightAngle, float height = 1.0f );
13}
auto height(const Box< V > &box)
returns size along y axis
Definition MRBox.h:361
MRMESH_API Mesh makePrism(float baseLength, float leftAngle, float rightAngle, float height=1.0f)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMesh.h:23