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.1.tar.gz
(22.7 kB
view details)
File details
Details for the file euclidean-1.0.1.tar.gz
.
File metadata
- Download URL: euclidean-1.0.1.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e714535ea6e0cd8a31e77e66679d857e6704c2a055d2d5e920ef68c22840a491 |
|
MD5 | 81ee8e6b0f2c4338b114eecde044619b |
|
BLAKE2b-256 | 1ca78fa099ead808cc59681d5b5007cfb7f035c840759c9e9a6c059e6edf8cc1 |