Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ MakePoint
Function
MakePoint
generator/feature_maker_base.cpp:69–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
FeatureBuilder MakePoint(FeatureBuilder const & feature)
70
{
71
FeatureBuilder tmp(feature);
72
TransformToPoint(tmp);
73
return tmp;
74
}
75
76
FeatureBuilder MakeLine(FeatureBuilder const & feature)
77
{
Callers
1
UNIT_CLASS_TEST
Function · 0.85
Calls
1
TransformToPoint
Function · 0.85
Tested by
1
UNIT_CLASS_TEST
Function · 0.68