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.0b4.tar.gz
(13.3 kB
view details)
Built Distribution
File details
Details for the file euclidean-1.0.0b4.tar.gz
.
File metadata
- Download URL: euclidean-1.0.0b4.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f6a3b71f000e2f2fbcdf546187ca78862a57f7fa7434bf13b10b7b1bf7617d69
|
|
MD5 |
687898fb381999898ca4a5560a9e0950
|
|
BLAKE2b-256 |
8242a62af8fd726c3a8bf836bb26fc869ccd308e9ceb27f9f361a2073d9c9b79
|
File details
Details for the file euclidean-1.0.0b4-py3-none-any.whl
.
File metadata
- Download URL: euclidean-1.0.0b4-py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
eddd284d617ca8e4fce399dc937ea0579896d33175f9a803d82f7f7ee0ca577a
|
|
MD5 |
0db6985d3a2f168dc4b3c6d1f78f8729
|
|
BLAKE2b-256 |
629e02ec18b07f1ef5a8593716472abf2be65a8b2c3e663690a4b25bfb497ca7
|