mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Adds method to piecewise_function to evaluate over a range.
This commit is contained in:
@@ -166,6 +166,7 @@ typedef item const* ptr;
|
||||
}
|
||||
|
||||
virtual item::ptr evaluate() const;
|
||||
item::ptr evaluate(double ustart, double uend,unsigned nsteps) const;
|
||||
|
||||
Eigen::Matrix4d evaluate(double u) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user