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

Function length

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

Source from the content-addressed store, hash-verified

430 virtual double start() const = 0;
431 virtual double end() const = 0;
432 virtual double length() const {
433 return end() - start();
434 }
435
436 virtual kinds kind() const { return FUNCTION_ITEM; }
437 virtual size_t calc_hash() const {

Callers 2

endMethod · 0.70
operator()Method · 0.50

Calls 2

startFunction · 0.85
endFunction · 0.70

Tested by

no test coverage detected