OuterPoly
Python module to find outer polygons of any 2d geometry
There are two methods :
Consider (x1,y1), (x2,y2) and (x3,y3) as the three points and outerx2 and outery2 be the points corresponding to the inner x2,y2. Then for a given separation the outer coordinates are found.
outerx2, outery2 = angle(x1,y1,x2,y2,x3,y3,separation)
Given the array of coordinates for the inner polygon (Polygoncoords) and a separation, the outer polygon coordinates are found (outerarray)
outerarray = CoordsOuter(Polygoncoords,separation)
Release files for OuterPoly 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| OuterPoly-1.0.3.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| OuterPoly-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.6 kB
Release files / OuterPoly-1.0.3.tar.gz
| Download URL | OuterPoly-1.0.3.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ce250c448242fe162d01fbc02b5372fe6927adfed9a2c9196ea911a68ba11492
|
|
BLAKE2b-256 checksum How to use checksums |
9f9c022dee989902542da1dfca20f889fc68851ef40ccb60c03e40fffe499b0e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.0 requests/2.22.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.7
|
Release files / OuterPoly-1.0.3-py3-none-any.whl
| Download URL | OuterPoly-1.0.3-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
47c68aaafba91c2ea5fc1fe444bdb61f89f54afc3c7528bad8b25130ef7ca6b5
|
|
BLAKE2b-256 checksum How to use checksums |
cafe72bfd03d1aaa7ab78fad82e2d74ddcc085d26ef37bf2f238bd3177097d02
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.0 requests/2.22.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.7
|