MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / GetBounds

Method GetBounds

src/cpp/test/io_helpers.h:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 std::string color = "rgb(255,0,0)";
84
85 Bounds GetBounds(glm::dvec2 size, glm::dvec2 offset)
86 {
87 return getBounds(lines, size, offset);
88 }
89 };
90
91 struct SVGDrawing

Callers 2

makeSVGLinesFunction · 0.45
GetBoundsMethod · 0.45

Calls 1

getBoundsFunction · 0.70

Tested by

no test coverage detected