mod_geo-tp/external/MeshReconstruction/lib/Triangulation.h

11 lines
178 B
C++

#pragma once
#include "Cube.h"
#include "DataStructs.h"
namespace MeshReconstruction
{
void Triangulate(
IntersectInfo const& intersect,
Fun3v const& grad,
Mesh& mesh);
}