Spherical

Build StatusHex VersionInline docs

A spherical geometry library for Elixir

Installation

Add the following to your mix.exs file:

defp deps do
  [{:spherical, "~> 0.0.1"}]
end

And install the library: $ mix deps.get

Documentation

Documentation is available at 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.