template <class T, class Curve>
class vtb::geometry::Coons_surface
Types
  • using size_type = size_t
  • using value_type = typename curve_type::value_type
  • using curve_type = Curve
Methods
  • max_size_v() const -> size_type
  • max_size_u() const -> size_type
  • u_range(T min, T max) -> void
  • operator()(T u, T v) const -> value_type
  • Coons_surface(const curve_type & c0, const curve_type & c1, const curve_type & d0, const curve_type & d1)explicit