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.0b1.tar.gz
(12.2 kB
view details)
Built Distribution
File details
Details for the file euclidean-1.0.0b1.tar.gz
.
File metadata
- Download URL: euclidean-1.0.0b1.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 |
d644f0abfec1a5be6b500f97399a5a62d0c04eba0d98e2e183d1de3cd6cc3b01
|
|
MD5 |
21ae2ccd793a9d9a206eade025ec6ef5
|
|
BLAKE2b-256 |
8b5b1f253861df91d5012621afe7b8590de658d2fdfee2551bed9365643c8777
|
File details
Details for the file euclidean-1.0.0b1-py3-none-any.whl
.
File metadata
- Download URL: euclidean-1.0.0b1-py3-none-any.whl
- Upload date:
- Size: 18.1 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 |
3a32527f291c3b4b29cf83c2979b5b81bc85d490287a5e15b3c0381c0abe1262
|
|
MD5 |
82261b3be3878b95b52f9fb02e239bed
|
|
BLAKE2b-256 |
36835c8883e6f78639b5820f4542d562ca3ab6a6f68c220589a45a3b94e1ebe7
|