An open API service indexing awesome lists of open source software.

https://github.com/peteruhnak/geometry

A simple geometry library for Pharo
https://github.com/peteruhnak/geometry

Last synced: about 2 months ago
JSON representation

A simple geometry library for Pharo

Awesome Lists containing this project

README

        

# Geometry [![Build Status](https://travis-ci.org/peteruhnak/geometry.svg?branch=master)](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.
```