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
85 complete &= readChildNodeAsFloat("car", car, "width", &mCarWidth); in initialize()
51 float getCarWidth() const { return mCarWidth; }; in getCarWidth()58 float getRightLocation() const { return mCarWidth*0.5f; }; in getRightLocation()59 float getLeftLocation() const { return -mCarWidth*0.5f; }; in getLeftLocation()141 float mCarWidth; variable
81 complete &= readChildNodeAsFloat("car", car, "width", &mCarWidth); in initialize()