PHPGeo v2.5.0 Release Notes
Release Date: 2020-02-04 // over 3 years ago-
➕ Added
- method
getMidpoint()
to theLine
class which calculates the midpoint of a line by following the Great Circle between the two line ends and dividing the line into two halves. - utility class
Cartesian
which abstracts three-dimensional cartesian coordinates x, y, and z
- method