19 double ymax = width / 2.0 - asymmetry;
20 double ymin = -width / 2.0 - asymmetry;
27 m_vertices[5] = R3(-length / 2.0, 0.0, height);
Defines class RippleSawtooth.
std::vector< R3 > m_vertices
List of vertices initialized during construction.
RippleSawtoothNet(double length, double width, double height, double asymmetry)
~RippleSawtoothNet() override