Distance Calculators
Distance Calculators
Compute distances across 2D, 3D, geographic, and scaled maps.
2D Plane Distance
Calculate the Euclidean distance between two 2D coordinates.
3D Space Distance
Calculate the distance between two points in 3D dimensional space.
Lat / Lon Distance (Haversine)
Calculate the great-circle distance between two geographic coordinates.
Distance on Map
Click on the real map to place two markers and measure the exact geographical distance.
- Drag to pan the map and use the scroll wheel to zoom.
- Click anywhere on the map to drop Point A.
- Click a second location to drop Point B.
- The precise distance will be calculated instantly.
- Click a third time to start over with a new Point A.
- Circle Calculator
- Percentage Calculator
- Surface Area Calculator
- Right Triangle Calculator
- Random Number Generator
Distance Calculators are tools designed to calculate the distance between two points using different measurement methods. They can be used for 2D coordinates, 3D points, geographic locations, maps, travel planning, construction, engineering, and mathematical calculations.
A distance calculator can determine straight-line distance, distance between geographic coordinates, or real-world distance from a map using a specified scale.
Types of Distance Calculators
1. 2D Distance Calculator
A 2D Distance Calculator finds the straight-line distance between two points on a flat coordinate plane.
Formula:
Distance = √[(x₂ − x₁)² + (y₂ − y₁)²]
Example:
For points (2, 3) and (8, 11):
Distance = √[(8 − 2)² + (11 − 3)²]
= √(36 + 64) = √100 = 10
The distance between the two points is 10 units.
2. 3D Distance Calculator
A 3D Distance Calculator calculates the straight-line distance between two points in three-dimensional space.
Formula:
Distance = √[(x₂ − x₁)² + (y₂ − y₁)² + (z₂ − z₁)²]
For example, between (1, 2, 3) and (5, 5, 6):
Distance = √(4² + 3² + 3²)
= √34 ≈ 5.83 units
3. Geographic Distance Calculator
A Geographic Distance Calculator calculates the approximate distance between two locations on Earth using their latitude and longitude. Because the Earth is curved, geographic calculations commonly use the Haversine formula to determine great-circle distance.
For example, the calculator can estimate the straight-line distance between New York and London based on their geographic coordinates.
4. Map Scale Distance Calculator
A Map Distance Calculator converts a measured distance on a map into the corresponding real-world distance using the map’s scale.
For example, if a map has a scale of 1:50,000, then:
1 cm on the map = 50,000 cm in the real world
If two locations are 4 cm apart on the map:
4 × 50,000 = 200,000 cm = 2 km
Therefore, the real-world distance is approximately 2 kilometers.