Class xlifepp::subdivision::SurfCylinder#
-
class SurfCylinder : public xlifepp::subdivision::SurfRevolution#
-
Inheritence diagram for xlifepp::subdivision::SurfCylinder:
Collaboration diagram for xlifepp::subdivision::SurfCylinder:
Public Functions
-
inline SurfCylinder(const Point &P1, const Point &P2, const real_t radius)#
-
main constructor radius is the radius of the circular section of the cylinder in any plane orthogonal to the axis (P1,P2).
-
virtual Point projOnBound(const real_t *coef, const std::vector<Point> &VP) const#
-
projection onto the cylinder of the barycenter of the points in VP with coefficients in coef
Projection onto the cylinder of the barycenter of the points in VP with coefficients in coef.
The points in VP are assumed to lie on the cylinder (this is not checked).
-
inline SurfCylinder(const Point &P1, const Point &P2, const real_t radius)#