Skip to content

Latest commit

 

History

History
executable file
·
29 lines (17 loc) · 621 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
29 lines (17 loc) · 621 Bytes

Change Log

Features

all in 2D
- implementation of Polygon, Line and Point 
- implementation of SAT (separating axis theroem) algorithm
- implemnetaion of line intersection 
- implementation of polygon intersection

Release date: 2020-11-01

Features

- inerpolygon - find polygon which points are defind as center of each edge of original polygon
- line parametrization method

Enhancements

- support transpose of Shape2D (.T) for simplier interaction with raw points

Fixes

Upgrade notes