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: 2025-01-05 20:23:48 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