meetmatt / smallestenclosingcircle
Smallest enclosing circle algorithm in PHP
Package info
github.com/meetmatt/SmallestEnclosingCircle
pkg:composer/meetmatt/smallestenclosingcircle
dev-master
2018-03-13 12:12 UTC
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2026-02-05 22:45:26 UTC
README
Port of Java implementation from here: https://www.nayuki.io/page/smallest-enclosing-circle. All credits go to the original author: https://github.com/nayuki