The geom project gives access to a variety of geometric shapes and the algorithms necessary for their manipulation.
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
```