0.4.0
β¨ New features
- New method
Point::azimuth()
(#17) thanks to @Kolyunya centroid()
is now available on the rootGeometry
class (#20) thanks to @Kolyunya- Psalm annotations on the whole codebase
π Fixes
- Fixed wrongly documented return types
π₯ BC breaks
Note: these breaks will likely not affect you, unless you're writing your own geometry engine or WK(B|T) parser.
GeometryEngine
interface adds anazimuth()
methodGeometryEngine::centroid()
now returnsPoint
- constants in
WKTParser
/EWKTParser
are nowprotected
WBKBuffer::readDoubles()
's$count
parameter is now typed