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
- Host: GitHub
- URL: https://github.com/peteruhnak/geometry
- Owner: peteruhnak
- License: mit
- Created: 2016-02-25T09:31:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T22:00:06.000Z (about 8 years ago)
- Last Synced: 2025-02-09T18:51:03.110Z (3 months ago)
- Language: Smalltalk
- Homepage:
- Size: 161 KB
- Stars: 3
- Watchers: 2
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```