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
Release history Release notifications | RSS feed
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.0b2.tar.gz
(12.2 kB
view details)
Built Distribution
File details
Details for the file euclidean-1.0.0b2.tar.gz
.
File metadata
- Download URL: euclidean-1.0.0b2.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
af56b7ca1422bc5e1e55f9813dc82f2ab62a5fd93a88b1a08dc1f81fd575e10e
|
|
MD5 |
5f2f0e50cb62ab3a576b269a2bf7600c
|
|
BLAKE2b-256 |
496f05622586e55bd101ca2f4141836783378537111005ab38928c4ecd38e306
|
File details
Details for the file euclidean-1.0.0b2-py3-none-any.whl
.
File metadata
- Download URL: euclidean-1.0.0b2-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7d1caf8e9e863ae045c40478c2e5692807c9dc6e2fbbf063ad3d9795fb83bec9
|
|
MD5 |
2687038dd317cf6eaaa50bf9b9669de3
|
|
BLAKE2b-256 |
c9ce2b94b231ebd79fce397755e372dfcc6ab75f95d1814be2789155504ecdcd
|