Skip to main content

Euclidean Geometry Library

Project description

euclidean is a pure python 3 geometry library, primarily focused on the R2 plane.

Getting Started

>>> from euclidean.R2 import V2
>>> V2(100, 100) + V2(10, 0) + V2(0, 10)
V2(110, 110)

>>> V2(100, 100).cross(V2(1, 1))
0

todo: actual documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

euclidean-1.0.0b3.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

euclidean-1.0.0b3-py3-none-any.whl (19.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page