arpunk / spherical

An spherical geometry library for Elixir

Home Page:http://hexdocs.pm/spherical

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An spherical geometry library for Elixir

http://hexdocs.pm/spherical

License:MIT License


Languages

Language:Elixir 100.0%