10 PolyplateSpec(
int nPolyPoints, std::vector<double> xPoints, std::vector<double> yPoints,
double thickness,
double mass,
const string& material);
15 std::vector<double> xCoords;
16 std::vector<double> yCoords;
30 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
Definition PolyplateSpec.h:8