Home
last modified time | relevance | path

Searched refs:getCarLength (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/evs/support_library/
DConfigManager.h43 float getCarLength() const { return mWheelBase + mFrontExtent + mRearExtent; }; in getCarLength() function
/packages/services/Car/cpp/evs/apps/default/
DConfigManager.h52 float getCarLength() const { return mWheelBase + mFrontExtent + mRearExtent; }; in getCarLength() function
DRenderTopView.cpp240 const float carSpaceUnitsPerTexel = mConfig.getCarLength() / carLengthInTexels; in renderCarTopView()