meetmatt / smallestenclosingcircle
Smallest enclosing circle algorithm in PHP
Installs: 156
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/meetmatt/smallestenclosingcircle
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2025-10-05 22:03:09 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