1 #ifndef DDI_ExtrudedPolygon_h 2 #define DDI_ExtrudedPolygon_h 18 const std::vector<double> & y,
19 const std::vector<double> & z,
20 const std::vector<double> & zx,
21 const std::vector<double> & zy,
22 const std::vector<double> & zscale );
24 double volume()
const override;
25 void stream( std::ostream & )
const override;
28 #endif // DDI_ExtrudedPolygon_h double volume() const override
T x() const
Cartesian x coordinate.
ExtrudedPolygon(const std::vector< double > &x, const std::vector< double > &y, const std::vector< double > &z, const std::vector< double > &zx, const std::vector< double > &zy, const std::vector< double > &zscale)
void stream(std::ostream &) const override