https://github.com/micycle1/polygon-morphing
A Solution to the Vertex Correspondence Problem in 2D Polygon Morphing
https://github.com/micycle1/polygon-morphing
2d morphing polygon shape tweening
Last synced: about 2 months ago
JSON representation
A Solution to the Vertex Correspondence Problem in 2D Polygon Morphing
- Host: GitHub
- URL: https://github.com/micycle1/polygon-morphing
- Owner: micycle1
- Created: 2021-08-10T11:06:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T13:01:08.000Z (almost 5 years ago)
- Last Synced: 2025-03-11T14:22:25.081Z (over 1 year ago)
- Topics: 2d, morphing, polygon, shape, tweening
- Language: Java
- Homepage:
- Size: 898 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polygon Morphing
This repository hosts source code for the Java app accompanying Sven Albrecht's *Polygon Morphing* [thesis](http://www2.inf.uos.de/prakt/pers/dipl/svalbrec/thesis.pdf), which seeks to provide a solution to the vertex correspondence problem and vertex path problem found in 2D polygon morphing.
The source code was derived by decompiling the original java applet then fixing/cleaning the resulting code.
Program parameters are explained within the thesis.