Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
986
DPoint to_double_point(const Point_2& p) {
987
return {CGAL::to_double(p.x()), CGAL::to_double(p.y())};
988
}
989
990
Point_2 to_exact_point(const DPoint& p) {
991
return Point_2(p.x(), p.y());
Callers
1
make_center_line_graph_data
Function · 0.85
Calls
1
to_double
Function · 0.50
Tested by
no test coverage detected