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