Cylinder

class Cylinder : public feasst::Shape

A cylinder is given by an axis of rotational symmetry and a radius. The axis is described by two points.

Arguments

  • radius: radius of the cylinder.

  • first_point: comma-separated values for the positions in each dimension.

  • second_point: as described for first_point.