Searched refs:mCarWidth (Results 1 – 2 of 2) sorted by relevance
38 float getCarWidth() const { return mCarWidth; }; in getCarWidth()45 float getRightLocation() const { return mCarWidth*0.5f; }; in getRightLocation()46 float getLeftLocation() const { return -mCarWidth*0.5f; }; in getLeftLocation()80 float mCarWidth; variable
79 complete &= readChildNodeAsFloat("car", car, "width", &mCarWidth); in initialize()