Packages

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

Current section

Files

Jump to
geom README.md
Raw

README.md

# Geom
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, "~> 0.1.0"}]
end
```