Home
last modified time | relevance | path

Searched refs:getHeights (Results 1 – 3 of 3) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwphysics/
H A Dheightfield.cpp36 auto getHeights(const T* floatHeights, const std::vector<btScalar>&) in getHeights() function
43 auto getHeights(const T*, const std::vector<btScalar>& btScalarHeights) in getHeights() function
67 getHeights(heights, mHeights), in HeightField()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_triton/
H A Dosgearth_triton.cpp212 for(unsigned i=0; i<isect->getHeights().size(); ++i) in updateBuoyancyTest()
215 local.z() = isect->getHeights()[i]; in updateBuoyancyTest()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthTriton/
H A DTritonIntersections61 const std::vector<float>& getHeights() const { return _heights; }