OGS
Is2DMeshOnRotatedVerticalPlane.h
Go to the documentation of this file.
1
12#pragma once
13
14#include <vector>
15
16namespace MeshLib
17{
18class Mesh;
19
20bool is2DMeshOnRotatedVerticalPlane(Mesh const& mesh);
21
22}; // namespace MeshLib
bool is2DMeshOnRotatedVerticalPlane(Mesh const &mesh)