meetmatt / smallestenclosingcircle
Smallest enclosing circle algorithm in PHP
dev-master
2018-03-13 12:12 UTC
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-11-05 20:03:29 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