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

Function to_double_point

src/svgfill/src/arrange_polygons.cpp:986–988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

984}
985
986DPoint to_double_point(const Point_2& p) {
987 return {CGAL::to_double(p.x()), CGAL::to_double(p.y())};
988}
989
990Point_2 to_exact_point(const DPoint& p) {
991 return Point_2(p.x(), p.y());

Callers 1

Calls 1

to_doubleFunction · 0.50

Tested by

no test coverage detected