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< kvector_t > RectangleVertices(double length, double width, double z)
Helper functions to construct lists of vertices.
Box(double length, double width, double height)
std::vector< kvector_t > m_vertices
List of vertices initialized during construction.