1 2 3 4 5 6 7 8 9
#include "Mesh.hpp" float* MC::Mesh::flat() { return (float*)m_positions.data(); } std::size_t MC::Mesh::size() { return m_positions.size(); }