Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meetmatt/smallestenclosingcircle

Smallest enclosing circle algorithm in PHP (ported from https://www.nayuki.io/page/smallest-enclosing-circle)
https://github.com/meetmatt/smallestenclosingcircle

Last synced: 8 days ago
JSON representation

Smallest enclosing circle algorithm in PHP (ported from https://www.nayuki.io/page/smallest-enclosing-circle)

Awesome Lists containing this project

README

        

# Smallest Enclosing Circle algorithm in PHP

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