ethz-asl / curves

A library of curves for estimation.
BSD 3-Clause "New" or "Revised" License
74 stars 28 forks source link

Initialize a curve with a curve #19

Open furgalep opened 10 years ago

furgalep commented 10 years ago

I would have constructors like:

/// Initialize one curve from another
Curve(const Curve& other);

/// Initialize one curve from another by sampling at the specified times
Curve(const Curve& other, const std::vector<Time>& times);