Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k99sharma authored Jun 27, 2021
1 parent 31fbfe9 commit df9a8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## Geolocation Feature
- Earth in model is assumed to be Spherical in shape rather than Elliptical
- Geolocation is done using `latitude` and `longitude` of location
- Geolocation feature works on [Haversine](https://en.wikipedia.org/wiki/Haversine_formula) formula
- See how to convert latitude and longitude into 3D coordinate [Spherical Coordinate](https://en.wikipedia.org/wiki/Spherical_coordinate_system#Cartesian_coordinates)
``` javascript
world.findLocation(latitude, longitude);
```
Expand Down

0 comments on commit df9a8c2

Please sign in to comment.