Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 858 Bytes

File metadata and controls

7 lines (5 loc) · 858 Bytes

Cartesian

A simple and lightweight representation of a cartesian plane

Build Status Ebert codecov

Cartesian is a simple module that allows you to add points to a plane and perform calculations on them. The module isn't very complicated or powerful, but for simple computations, it should adequate for whatever you need it for.

Cartesian is designed to be simple. You will not find any complicated algorithms within this program. You are welcome to extend it for yourself by opening a pull request.