Skip to content
This repository was archived by the owner on May 7, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 847 Bytes

File metadata and controls

30 lines (19 loc) · 847 Bytes

Spherical

Build Status Hex Version Inline 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.