Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ edge_length
Function
edge_length
test/udemy_course_test.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
float edge_length(const edge& e)
137
{
138
return point_distance(e.first, e.second);
139
}
140
141
std::vector<edge> get_edges(const points& polygon)
142
{
Callers
nothing calls this directly
Calls
1
point_distance
Function · 0.85
Tested by
no test coverage detected