Home
last modified time | relevance | path

Searched refs:getGeom_wc (Results 1 – 2 of 2) sorted by relevance

/dports/games/toycars/toycars-0.3.10/toycars/src/MyFisix/
H A DRigidBody.h100 const Geom& getGeom_wc() const { return mGeom_wc; } in getGeom_wc() function
/dports/games/toycars/toycars-0.3.10/toycars/src/
H A DCarGame.cpp508 if (Geom::collide((*playerI)->car.getGeom_wc(), (*playerJ)->car.getGeom_wc(), contacts)) in computePhysics()
945 Geom::collide(car.getGeom_wc(), block, contacts); in findTileContacts()