17 RippleSawtooth::RippleSawtooth(
double length,
double width,
double height,
double asymmetry)
19 double ymax = width / 2.0 - asymmetry;
20 double ymin = -width / 2.0 - asymmetry;
30 RippleSawtooth::~RippleSawtooth() =
default;
Defines class RippleSawtooth.
std::vector< kvector_t > m_vertices
List of vertices initialized during construction.