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

dev-master 2018-03-13 12:12 UTC

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