JuliaGeometry / GeometryBasics.jl

Basic Geometry Types
MIT License
165 stars 54 forks source link

Implement `isinf` and `isfinite` for `Point` and `Vec` #215

Closed asinghvi17 closed 4 months ago

asinghvi17 commented 4 months ago

Also cleans up the implementation to use the functions directly and avoid anonymous functions.

This upstreams some type piracy which I've been doing in GeoMakie for a while.