Home
last modified time | relevance | path

Searched defs:LinearDistance (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/exp/audio/al/
H A Dconst.go23 LinearDistance = 0xD003 const
/dports/games/freeorion/freeorion-0.4.10.2/python/
H A DUniverseWrapper.cpp108 double LinearDistance(const Universe& universe, int system1_id, int system2_id) { in LinearDistance() function
/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DPathfinder.cpp760 double Pathfinder::LinearDistance(int system1_id, int system2_id) const { in LinearDistance() function in Pathfinder
764 double Pathfinder::PathfinderImpl::LinearDistance(int system1_id, int system2_id) const { in LinearDistance() function in Pathfinder::PathfinderImpl
/dports/games/freeorion/freeorion-0.4.10.2/server/
H A DServerWrapper.cpp645 double LinearDistance(int system1_id, int system2_id) in LinearDistance() function