Skip to content
Snippets Groups Projects
Commit decf7184 authored by Julius Nehring-Wirxel's avatar Julius Nehring-Wirxel
Browse files

namespace polymesh::detail instead of two separate scopes.

parent 6bf2e018
Branches
No related tags found
1 merge request!12Added delabella library for 2d triangulation.
#pragma once
#include "../Mesh.hh"
namespace polymesh
{
namespace detail
namespace polymesh::detail
{
bool add_delauny_triangulation_delabella(Mesh &m, float const *pos);
}
} // namespace polymesh
} // namespace polymesh::detail
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment