Home
last modified time | relevance | path

Searched refs:getHeightAndPlane (Results 1 – 13 of 13) sorted by relevance

/dports/games/crrcsim/crrcsim-0.9.13/src/mod_landscape/
H A Dhd_ssgLOSterrain.cpp36 return getHeightAndPlane(x_north, y_east, NULL); in getHeight()
39 float HD_SsgLOSTerrain::getHeightAndPlane(float x_north, float y_east, float tplane[4]) in getHeightAndPlane() function in HD_SsgLOSTerrain
H A Dcrrc_builtin_scenery.h95 virtual float getHeightAndPlane(float x, float z, float tplane[4]) = 0;
164 float getHeightAndPlane(float x, float z, float tplane[4]);
264 float getHeightAndPlane(float x, float z, float tplane[4]);
H A Dhd_tabulatedterrain.cpp37 return getHeightAndPlane(x_north, y_east, NULL); in getHeight()
40 float HD_TabulatedTerrain::getHeightAndPlane(float x_north, float y_east, float tplane[4]) in getHeightAndPlane() function in HD_TabulatedTerrain
H A Dcrrc_scenery.h147 virtual float getHeightAndPlane(float x, float z, float tplane[4]) = 0;
259 float getHeightAndPlane(float x, float z, float tplane[4]){return 0;} in getHeightAndPlane() function
H A Dhd_ssgLOSterrain.h53 float getHeightAndPlane(float x_north, float y_east, float tplane[4]);
H A Dheightdata.h77 virtual float getHeightAndPlane(float x_north, float y_east, float tplane[4]) = 0;
H A Dhd_tabulatedterrain.h57 float getHeightAndPlane(float x_north, float y_east, float tplane[4]);
H A Dhd_tilingterrain.h63 float getHeightAndPlane(float x_north, float y_east, float tplane[4]);
H A Dhd_tilingterrain.cpp55 return getHeightAndPlane(x_north, y_east, NULL); in getHeight()
58 float HD_TilingTerrain::getHeightAndPlane(float x_north, float y_east, float tplane[4]) in getHeightAndPlane() function in HD_TilingTerrain
H A Dmodel_based_scenery.h84 float getHeightAndPlane(float x, float z, float tplane[4]);
H A Dmodel_based_scenery.cpp768 float ModelBasedScenery::getHeightAndPlane(float x, float y, float tplane[4]) in getHeightAndPlane() function in ModelBasedScenery
770 return heightdata->getHeightAndPlane(x, y, tplane); in getHeightAndPlane()
H A Dcrrc_builtin_scenery.cpp722 float BuiltinSceneryDavis::getHeightAndPlane(float x_north, float y_east, float tplane[4]) in getHeightAndPlane() function in BuiltinSceneryDavis
1714 float BuiltinSceneryCapeCod::getHeightAndPlane(float x_north, float y_east, float tplane[4]) in getHeightAndPlane() function in BuiltinSceneryCapeCod
/dports/games/crrcsim/crrcsim-0.9.13/src/
H A Dcrrc_main.cpp224 height = Global::scenery->getHeightAndPlane(posX, posY, plane); in initialize_flight_model()