Home
last modified time | relevance | path

Searched defs:toMeters (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gpxsee/GPXSee-7.32/src/map/
H A Dlinearunits.h20 double toMeters(double val) const {return val * _f;} in toMeters() function
21 PointD toMeters(const PointD &p) const in toMeters() function
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Core/
H A Dmcworld.cc499 void MCWorld::toMeters(float & units) in toMeters() function in MCWorld
504 void MCWorld::toMeters(MCVector2dF & units) in toMeters() function in MCWorld
509 void MCWorld::toMeters(MCVector3dF & units) in toMeters() function in MCWorld
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/
H A Dbox2dworld.h347 inline float Box2DWorld::toMeters(float length) const in toMeters() function
364 inline b2Vec2 Box2DWorld::toMeters(const QPointF &point) const in toMeters() function