Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ polygon2
Method
polygon2
src/utilities/geometry/Intersection.cpp:540–542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
538
}
539
540
std::vector<Point3d> IntersectionResult::polygon2() const {
541
return m_polygon2;
542
}
543
544
std::vector<std::vector<Point3d>> IntersectionResult::newPolygons1() const {
545
return m_newPolygons1;
Callers
2
computeIntersection
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64