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