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.0b3.tar.gz
(12.3 kB
view details)
Built Distribution
File details
Details for the file euclidean-1.0.0b3.tar.gz
.
File metadata
- Download URL: euclidean-1.0.0b3.tar.gz
- Upload date:
- Size: 12.3 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 |
9a787079bb8cf2fec61851b8c9ec1676ccd8ee95e15991b1a1a18036004c6bf9
|
|
MD5 |
75ff89a94266e900a58081cb485f14e5
|
|
BLAKE2b-256 |
b0c54babd2bcd9a4b2f333cc156f5b02419b33c5a737552251368eca7cf00ed7
|
File details
Details for the file euclidean-1.0.0b3-py3-none-any.whl
.
File metadata
- Download URL: euclidean-1.0.0b3-py3-none-any.whl
- Upload date:
- Size: 19.0 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 |
181522b22a43af21cdccb2a952063c82c610c3fbe7606dbbfc0d04c91b64ad2c
|
|
MD5 |
bedf792e3c1a027b449300ad3c56023e
|
|
BLAKE2b-256 |
f53cd7285aad70259528fe3da96ca37d6d89d9c5ec118145ba334187818ad654
|