curves icon indicating copy to clipboard operation
curves copied to clipboard

Initialize a curve with a curve

Open furgalep opened this issue 10 years ago • 0 comments

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);

furgalep avatar Aug 21 '14 19:08 furgalep