MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / end

Method end

src/ifcgeom/function_item_evaluator.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 fn_evaluator* clone() const override { return new functor_fn_evaluator(*this); }
30 double start() const override { return fn_->start(); }
31 double end() const override { return fn_->end(); }
32
33 Eigen::Matrix4d evaluate(double u) const override {
34 return (*fn_)(u);

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected