
24 Jul
2012
24 Jul
'12
9:42 p.m.
On 24-7-2012 23:25, Julien Jorge wrote:
Le Tue, 24 Jul 2012 17:02:09 +0200, Klaim - Joël Lamotte <mjklaim@gmail.com> a écrit :
The single_tweener class is templatized with the vector type V and and the associated scalar type S. It needs the following operators:
V operator+( V, V ); V operator-( V, V ); V operator*( S, V );
I had a quick look at Boost.Geometry and I am not sure that those operators are always defined for the point concept.
Indeed, there are no operators defined for the Point Concept in Boost.Geometry. I did not have a chance to look at Tweener yet so cannot say more about this. Regards, Barend