Searched refs:mCarWidth (Results 1 – 4 of 4) sorted by relevance
42 float getCarWidth() const { return mCarWidth; }; in getCarWidth()49 float getRightLocation() const { return mCarWidth * 0.5f; }; in getRightLocation()50 float getLeftLocation() const { return -mCarWidth * 0.5f; }; in getLeftLocation()84 float mCarWidth; variable
79 complete &= readChildNodeAsFloat("car", car, "width", &mCarWidth); in initialize()
50 float getCarWidth() const { return mCarWidth; }; in getCarWidth()57 float getRightLocation() const { return mCarWidth * 0.5f; }; in getRightLocation()58 float getLeftLocation() const { return -mCarWidth * 0.5f; }; in getLeftLocation()136 float mCarWidth; variable
74 complete &= readChildNodeAsFloat("car", car, "width", &mCarWidth); in initialize()