A simple geometry library for Pharo
# Geometry [](https://travis-ci.org/peteruhnak/geometry)
A simple work-in-progress library for representing basic geometry shapes (line, circle, ellipse, ...) and doing some computations of top (mainly intersection).
## Installation
```st
Metacello new
baseline: 'Geometry';
repository: 'github://peteruhnak/geometry/repository';
load.
```