Merge: lib/geometry: intro more services on points and for angles
authorJean Privat <jean@pryen.org>
Wed, 8 Jul 2015 18:02:23 +0000 (14:02 -0400)
committerJean Privat <jean@pryen.org>
Wed, 8 Jul 2015 18:02:23 +0000 (14:02 -0400)
commitec93b7fd4614f719ae6f5888b7229653ded90fe8
tree79270204ff342a711b04ececf4bcd6d030b7a68e
parent0bfb3812b85f918636577e5b6621b9496ee46992
parent931128aaf55abe11851e9bb1cf720897cb5d2fe3
Merge: lib/geometry: intro more services on points and for angles

Some useful services for games and other geometry heavy applications.

I must say that I'm getting tired of the points API. Dealing with both the numeric complexity and the 2/3D is unpleasant. I will probably remove/separate the 3D part in the near future.

Pull-Request: #1557
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>