MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / getParam

Method getParam

common/map_sdk/map_import/src/OpenDriveStruct.cpp:247–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245double Polynomial3D::slope(const double& dis) const { return b + 2 * c * dis + 3 * d * dis * dis; }
246
247void Polynomial3D::getParam(double& _a, double& _b, double& _c, double& _d, double& _s) const {
248 _s = s;
249 _a = a;
250 _b = b;
251 _c = c;
252 _d = d;
253}
254
255/* ODLane */
256bool ODLane::parse(XMLElement* element) {

Callers 2

roadEleControlPointMethod · 0.80
roadSlopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected