curves
curves copied to clipboard
Initialize a curve with a curve
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);