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.0b5.tar.gz
(13.3 kB
view details)
File details
Details for the file euclidean-1.0.0b5.tar.gz
.
File metadata
- Download URL: euclidean-1.0.0b5.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 |
53d1b650adfb88a02b887ebfb8a64a7d2f3293caed26b907698db8d498d93ed2
|
|
MD5 |
ce3322812d19e086746dfaf42726447b
|
|
BLAKE2b-256 |
4533ca458876ab505ec163ab9664b768bbc663521aacad10a9adeeec6da98092
|