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

Method Merge

src/cpp/test/io_helpers.h:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 glm::dvec2 max;
70
71 void Merge(const Bounds &other)
72 {
73 min = glm::min(min, other.min);
74 max = glm::max(max, other.max);
75 }
76 };
77
78 Bounds getBounds(std::vector<std::vector<glm::dvec2>> input, glm::dvec2 size, glm::dvec2 offset);

Callers 1

GetBoundsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected