template <class T, int N = 3, Segments seg = Segments::Chord_length>
class vtb::geometry::Linear_interpolation
Types
  • using segments_type = Curve_segments< T, N >
  • using size_type = size_t
  • using vertex_array = std::vector< value_type >
  • using const_reference = const value_type &
  • using reference = value_type &
  • using value_type = Vertex< T, N >
Methods
  • range(T min, T max) -> void
  • segments() -> segments_type &
  • segments() const -> const segments_type &
  • size() const -> size_type
  • back() const -> const_reference
  • front() const -> const_reference
  • operator()(T t) const -> value_type
  • Linear_interpolation(const vertex_array & values)explicit