Class xlifepp::subdivision::SurfSphere#
-
class SurfSphere : public xlifepp::subdivision::SurfRevolution#
-
Inheritence diagram for xlifepp::subdivision::SurfSphere:
Collaboration diagram for xlifepp::subdivision::SurfSphere:
Public Functions
-
inline SurfSphere(const Point &Center, const Point &PtOnAxis, const real_t radius)#
-
other constructor for compatibility with other surfaces
-
virtual Point projOnBound(const real_t *coef, const std::vector<Point> &VP) const#
-
projection onto the sphere of the barycenter of the points in VP with coefficients in coef
Projection onto the sphere of the barycenter of the points in VP with coefficients in coef.
The points in VP are assumed to lie on the sphere (this is not checked).
-
inline SurfSphere(const Point &Center, const Point &PtOnAxis, const real_t radius)#