Boost logo

Boost :

Subject: Re: [boost] Progress on the tweener library (with Geometry)
From: Barend Gehrels (barend_at_[hidden])
Date: 2012-07-24 17:42:39


On 24-7-2012 23:25, Julien Jorge wrote:
> Le Tue, 24 Jul 2012 17:02:09 +0200,
> Klaim - Joël Lamotte <mjklaim_at_[hidden]> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk