https://github.com/arpunk/spherical
An spherical geometry library for Elixir
https://github.com/arpunk/spherical
elixir spherical-geometry-library
Last synced: 8 months ago
JSON representation
An spherical geometry library for Elixir
- Host: GitHub
- URL: https://github.com/arpunk/spherical
- Owner: arpunk
- License: mit
- Archived: true
- Created: 2015-08-21T23:50:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-22T00:01:51.000Z (almost 11 years ago)
- Last Synced: 2024-11-30T17:41:07.995Z (over 1 year ago)
- Topics: elixir, spherical-geometry-library
- Language: Elixir
- Homepage: http://hexdocs.pm/spherical
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Spherical
[](https://travis-ci.org/arpunk/spherical)
[](https://hex.pm/packages/spherical)
[](http://inch-ci.org/github/arpunk/spherical)
A spherical geometry library for Elixir
## Installation
Add the following to your `mix.exs` file:
```elixir
defp deps do
[{:spherical, "~> 0.0.1"}]
end
```
And install the library: `$ mix deps.get`
## Documentation
Documentation is available at [http://hexdocs.pm/spherical](http://hexdocs.pm/spherical)
## License
Copyright (c) 2015 Ricardo Lanziano
This work is free. You can redistribute it and/or modify it under the
terms of the MIT License. See the LICENSE file for more details.