Top "Distance" questions

Distance is a numerical description of how far apart objects are.

How to calculate distance based on phone acceleration

I want to build something like this but using an android phone: http://www.youtube.com/watch?v=WOt9mb5…

android distance formula acceleration
Find the distance between two Zip Code using Webservices?

Are there any good Webservices apart from Google one which can find me the distance between two Zip Codes? I …

web-services distance zipcode
Three.js - How can I calculate the distance between two 3D positions?

I've already tried searching several different things on Google. Doesn't seem like I'm able to find anything. Thought I might …

camera three.js distance mesh between
Measure distance between two HTML elements' centers

If I have HTML elements as follows: <div id="x"></div> <div id="y" style="…

javascript html distance
How to calculate distance between two rectangles? (Context: a game in Lua.)

Given two rectangles with x, y, width, height in pixels and a rotation value in degrees -- how do I …

lua distance rectangles
Distance calculation from my location to destination location in android

I have to made a project where i need to calculate the distance from my location to destination location and …

android location distance
Convert and save distance matrix to a specific format

I got a distance matrix with the following steps: x <- read.table(textConnection(' t0 t1 t2 aaa 0 1 0 …

r csv matrix distance
Geospatial coordinates and distance in kilometers

This is a followup to this question. I seem to be stuck on this. Basically, I need to be able …

geolocation geospatial distance geography
Efficiently finding the closest coordinate pair from a set in Python

The Problem Imagine I am stood in an airport. Given a geographic coordinate pair, how can one efficiently determine which …

python coordinates distance closest
How to find distance of displacement using accelerometer sensor in android smartphone?

I am having one android smart phone containing accelerator sensor, compass sensor and gyroscope sensor . i want to calculate the …

android accelerometer distance gyroscope compass