Wildmeshing Toolkit
Loading...
Searching...
No Matches
src
wmtk
io
read_stl.hpp
1
#pragma once
2
3
#include <wmtk/Types.hpp>
4
5
#include <filesystem>
6
7
namespace
wmtk::io {
8
30
void
read_stl(
const
std::filesystem::path& path, MatrixXd& V, MatrixXi& F);
31
32
}
// namespace wmtk::io
Generated by
1.9.8