MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / polygon1

Method polygon1

src/utilities/geometry/Intersection.cpp:536–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534 m_newPolygons2(std::move(newPolygons2)) {}
535
536std::vector<Point3d> IntersectionResult::polygon1() const {
537 return m_polygon1;
538}
539
540std::vector<Point3d> IntersectionResult::polygon2() const {
541 return m_polygon2;

Callers 4

computeIntersectionMethod · 0.80
createSubSurfacesMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64