MCPcopy Create free account
hub / github.com/comaps/comaps / ReflectChartData

Function ReflectChartData

libs/map/chart_generator.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void ReflectChartData(vector<double> & chartData)
102{
103 for (size_t i = 0; i < chartData.size(); ++i)
104 chartData[i] = -chartData[i];
105}
106
107bool NormalizeChartData(vector<double> const & distanceDataM, geometry::Altitudes const & altitudeDataM,
108 size_t resultPointCount, vector<double> & uniformAltitudeDataM)

Callers 2

GenerateYAxisChartDataFunction · 0.85
UNIT_TESTFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.68