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

Method end

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

Source from the content-addressed store, hash-verified

207 fn_evaluator* clone() const override { return new offset_fn_evaluator(*this); }
208 double start() const override { return fn_->start(); }
209 double end() const override { return fn_->end(); }
210
211 Eigen::Matrix4d evaluate(double u) const override {
212 auto p = basis_evaluator_.evaluate(u);

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected