Types
using size_type = size_t
using value_type = typename curve_type::value_type
using curve_type = Curve
Methods
max_size() const -> size_type
operator()(T u, T v) const -> value_type
Ruled_surface(const curve_type & c, const curve_type & d)explicit