24 std::move(bottom_face.begin(), bottom_face.end(),
m_vertices.begin());
25 std::move(top_face.begin(), top_face.end(),
m_vertices.begin() + 4);
std::vector< R3 > RectangleVertices(double length, double width, double z)
Helper functions to construct lists of vertices.
BoxNet(double length, double width, double height)
std::vector< R3 > m_vertices
List of vertices initialized during construction.