We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4323902 + 5561669 commit 004b138Copy full SHA for 004b138
doc/interpolators/catmull_rom.qbk
@@ -24,7 +24,7 @@ namespace boost{ namespace math{
24
25
catmull_rom(std::initializer_list<Point> l, bool closed = false, typename Point::value_type alpha = (typename Point::value_type) 1/ (typename Point::value_type) 2);
26
27
- Real operator()(Real s) const;
+ Point operator()(Real s) const;
28
29
Real max_parameter() const;
30
0 commit comments