JuliaGeometry / GeometryBasics.jl

Basic Geometry Types
MIT License
164 stars 54 forks source link

Documents String typo #149

Closed qiyang-ustc closed 3 years ago

qiyang-ustc commented 3 years ago

See code The function name in docs string is intersect but the in the definition of following function it is intersects.

visr commented 3 years ago

You're right, well spotted. Would you mind opening a pull request with the fix? The return type is also incomplete, it doesn't only return a Point, but a Bool and a Point.