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 to Point #25

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.