Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 437 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 437 Bytes

Geom Build Status

The geom project gives access to a variety of geometric shapes and the algorithms necessary for their manipulation.

Installation

The package can be installed as:

Add geom to your list of dependencies in mix.exs:

```elixir
def deps do
  [{:geom, "~> 1.0.0"}]
end
```