Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 431 Bytes

Geometry Build Status

A simple work-in-progress library for representing basic geometry shapes (line, circle, ellipse, ...) and doing some computations of top (mainly intersection).

Installation

Metacello new
    baseline: 'Geometry';
    repository: 'github://peteruhnak/geometry/repository';
    load.