#include <vector>
#include <array>
#include <functional>
Go to the source code of this file.
Classes | |
struct | MeshReconstruction::Mesh |
struct | MeshReconstruction::Rect3 |
struct | MeshReconstruction::Vec3 |
Namespaces | |
MeshReconstruction | |
Typedefs | |
using | MeshReconstruction::Fun3s = std::function< double(Vec3 const &)> |
using | MeshReconstruction::Fun3v = std::function< Vec3(Vec3 const &)> |
using | MeshReconstruction::Triangle = std::array< int, 3 > |