Home
last modified time | relevance | path

Searched refs:getInterpRoofHeight (Results 1 – 5 of 5) sorted by relevance

/dports/games/scorched3d/scorched/src/common/landscapemap/
H A DRoofMaps.h39 fixed getInterpRoofHeight(fixed x, fixed y);
H A DRoofMaps.cpp64 fixed RoofMaps::getInterpRoofHeight(fixed x, fixed y) in getInterpRoofHeight() function in RoofMaps
/dports/games/scorched3d/scorched/src/common/weapons/
H A DWeaponAimedOver.cpp70 fixed maxHeight = context.getLandscapeMaps().getRoofMaps().getInterpRoofHeight( in fireWeapon()
H A DWeaponRoller.cpp170 fixed maxHeight = context.getLandscapeMaps().getRoofMaps().getInterpRoofHeight( in fireWeapon()
/dports/games/scorched3d/scorched/src/common/engine/
H A DPhysicsParticleObject.cpp476 fixed maxHeight = context_->getLandscapeMaps().getRoofMaps().getInterpRoofHeight( in getRoofCollision()