An open API service indexing awesome lists of open source software.

https://github.com/escapace/minimum-perimeter-triangle

algorithm that computes the minimum perimeter triangle enclosing a convex polygon
https://github.com/escapace/minimum-perimeter-triangle

Last synced: 8 months ago
JSON representation

algorithm that computes the minimum perimeter triangle enclosing a convex polygon

Awesome Lists containing this project

README

          

# @escapace/minimum-perimeter-triangle

A light adaptation of Victor Ermolaev's
[implementation](https://github.com/vnermolaev/minimal-perimeter-triangle) of an
algorithm that computes the minimum perimeter triangle enclosing a convex
polygon.