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

Method start

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

Source from the content-addressed store, hash-verified

143
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 {

Callers 8

startMethod · 0.45
startMethod · 0.45
get_spanMethod · 0.45
gradient_fn_evaluatorMethod · 0.45
startMethod · 0.45
cant_fn_evaluatorMethod · 0.45
startMethod · 0.45
evaluation_pointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected