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

Function start

src/ifcgeom/taxonomy.h:452–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 virtual ~functor_item() = default;
451
452 double start() const override { return 0.0; }
453 double end() const override { return length_; }
454
455 Eigen::Matrix4d operator()(double u) const { return fn_(u); }

Callers 2

lengthFunction · 0.85
lengthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected