supereight
|
#include <mesh.hpp>
Public Member Functions | |
void | merge (const VertexIndexMesh &other) |
void | compute_normals () |
Public Attributes | |
std::vector< Vertex, Eigen::aligned_allocator< Vertex > > | vertices |
std::vector< size_t > | indices |
Static Public Attributes | |
static constexpr size_t | num_face_vertices = NumFaceVertices |
void se::meshing::VertexIndexMesh< NumFaceVertices >::merge | ( | const VertexIndexMesh< NumFaceVertices > & | other | ) |
void se::meshing::VertexIndexMesh< NumFaceVertices >::compute_normals | ( | ) |
std::vector<Vertex, Eigen::aligned_allocator<Vertex> > se::meshing::VertexIndexMesh< NumFaceVertices >::vertices |
std::vector<size_t> se::meshing::VertexIndexMesh< NumFaceVertices >::indices |
|
staticconstexpr |