ES-Alexander / edgy-lines

Edges and Lines in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

edgy-lines

A Python 3 library for handling line segments and paths.


Version: 0.0.2
Author: ES Alexander
Release Date: 25/02/2020


Used to detect and analyse intersections (position and angle), find the distance between segments and from points to segments, and reduce a collection of lines by similarity. Intended for use in applications such as simplification of computer vision results (e.g. Hough Lines detected in an image), or in basic game development checking for polygon or bounding box intersections and/or proximity.

Usage

Install via pip, using python3 -m pip install --upgrade edgy-lines.

To import Edge class, use from edgy_lines.Edge2 import Edge.

About

Edges and Lines in Python

License:MIT License


Languages

Language:Python 100.0%