Types
using segments_type = Curve_segments< T, N >using size_type = size_tusing vertex_array = std::vector< value_type >using const_reference = const value_type &using reference = value_type &using value_type = Vertex< T, N >
Methods
smooth_right(value_type p_right) -> voidsmooth_left(value_type p_left) -> voidlength() const -> Trange(T min, T max) -> voidsegments() -> segments_type &segments() const -> const segments_type &derivatives() const -> const vertex_array &size() const -> size_typeback() const -> const_referencefront() const -> const_referenceoperator()(T t) const -> value_typeCubic_spline(const vertex_array & values)explicit