Implementation of functions for working with stereolithography files.
Definition in file STL.cpp.
#include <medusa/bits/io/STL.hpp>
#include <fstream>
#include <stdexcept>
#include <medusa/bits/utils/assert.hpp>
Go to the source code of this file.
Namespaces | |
mm | |
Root namespace for the whole library. | |
Functions | |
std::ostream & | mm::operator<< (std::ostream &os, const STL::Point &p) |
Print a STL point. More... | |
std::ostream & | mm::operator<< (std::ostream &os, const STL::Triangle &v) |
Print a STL triangle. More... | |