paulmach / go.geo

Geometry/geography library in Go, DEPRECATED, use ->
https://github.com/paulmach/orb
MIT License
330 stars 55 forks source link

Add Cross, Norm, Angle and Tangent methods for Point #26

Closed stanim closed 9 years ago

stanim commented 9 years ago

This is a wonderful package. Are you interested in adding these methods to the Point method? With these methods I can implement bezier curve fitting to a PointSet.

I've added tests as examples, as these enhance documentation. If you prefer them as normal tests, I can rewrite them.

paulmach commented 9 years ago

Hi, I haven't had a chance to think about this PR. But I will in the next few days. Is there a reason you keep opening/closing it?