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

Method value

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

Source from the content-addressed store, hash-verified

241}
242
243double Polynomial3D::value(const double& dis) const { return a + b * dis + c * dis * dis + d * dis * dis * dis; }
244
245double Polynomial3D::slope(const double& dis) const { return b + 2 * c * dis + 3 * d * dis * dis; }
246

Callers 4

roadRefMethod · 0.45
roadEleMethod · 0.45
roadEleControlPointMethod · 0.45
getEleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected