MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / Spline

Class Spline

eval/LANE_evaluation/lane2d/include/spline.hpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 double h;
44};
45class Spline {
46public:
47 vector<Point2f> splineInterpTimes(const vector<Point2f> &tmp_line, int times);
48 vector<Point2f> splineInterpStep(vector<Point2f> tmp_line, double step);
49 vector<Func> cal_fun(const vector<Point2f> &point_v);
50};
51#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected