#include "Mesh.hpp" float* MC::Mesh::flat() { return (float*)m_positions.data(); } std::size_t MC::Mesh::size() { return m_positions.size(); }