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

Method end

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

Source from the content-addressed store, hash-verified

144 fn_evaluator* clone() const override { return new cant_fn_evaluator(*this); }
145 double start() const override { return fn_->start(); }
146 double end() const override { return fn_->end(); }
147
148 Eigen::Matrix4d evaluate(double u) const override {
149 auto g = gradient_evaluator_.evaluate(u);

Callers 6

endMethod · 0.45
endMethod · 0.45
get_spanMethod · 0.45
endMethod · 0.45
endMethod · 0.45
evaluation_pointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected