https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8f63b09c76c3ed4831414f016924c9fdfc6c0374 authored by Wenqing Wang on 23 May 2023, 09:36:02 UTC
[MeshToolsLib] Changed the namespace of the classes and the functions defined
Tip revision: 8f63b09
Is2DMeshOnRotatedVerticalPlane.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 * Created on April 22, 2021, 11:52 AM
 */

#pragma once

#include <vector>

namespace MeshLib
{
class Mesh;

bool is2DMeshOnRotatedVerticalPlane(Mesh const& mesh);

};  // namespace MeshLib
back to top