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
```