geometry

Description

A simple geometry library for Pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
3
Forks
17
Created
Feb. 25, 2016
Updated
July 6, 2021

README excerpt

# 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.
```
← Back to results