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
- Host: GitHub
- URL: https://github.com/escapace/minimum-perimeter-triangle
- Owner: escapace
- License: mpl-2.0
- Created: 2023-02-27T21:14:24.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2025-10-20T05:54:35.000Z (9 months ago)
- Last Synced: 2025-10-20T08:30:29.399Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.