Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-08-31 Thread The Rasterman
On Thu, 12 Jul 2012 05:24:31 +0900 Christophe Sadoine said: ok - as promised. it's now in svn, after 1.7 release ready for 1.8 :) thansk muchly. added you to authors too. > On 12 July 2012 03:24, Leandro Dorileo wrote: > > > > Can you update the doc replacing composante by some english word? Be

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-20 Thread The Rasterman
On Thu, 12 Jul 2012 05:24:31 +0900 Christophe Sadoine said: we'll add this, but it's going on a queue of things to add after release is done. not before. :) > On 12 July 2012 03:24, Leandro Dorileo wrote: > > > > Can you update the doc replacing composante by some english word? Besides, > > the

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-11 Thread Leandro Dorileo
Hi Christophe, On Thu, Jul 12, 2012 at 05:24:31AM +0900, Christophe Sadoine wrote: > On 12 July 2012 03:24, Leandro Dorileo wrote: > > > > Can you update the doc replacing composante by some english word? Besides, > > the > > param doc could be improved a bit, mentioning the measure unit and so

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-11 Thread Christophe Sadoine
On 12 July 2012 03:24, Leandro Dorileo wrote: > > Can you update the doc replacing composante by some english word? Besides, the > param doc could be improved a bit, mentioning the measure unit and so on - > similar to evas_map_util_3d_rotate(). Yes, I changed composante with component. How about

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-11 Thread Leandro Dorileo
Hi Christophe, On Wed, Jul 11, 2012 at 09:41:55PM +0900, Christophe Sadoine wrote: > On 11 July 2012 14:36, Vincent Torri wrote: > > On Wed, Jul 11, 2012 at 7:22 AM, Christophe Sadoine > > wrote: > >> On 11 July 2012 13:56, Vincent Torri wrote: > >>> beside the fact that you didn't add @since

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-11 Thread Christophe Sadoine
On 11 July 2012 14:36, Vincent Torri wrote: > On Wed, Jul 11, 2012 at 7:22 AM, Christophe Sadoine > wrote: >> On 11 July 2012 13:56, Vincent Torri wrote: >>> beside the fact that you didn't add @since in the doc, that you didn't >>> update ChangeLog and NEWS, a quaternion can represent a rotati

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-11 Thread Daniel Juyung Seo
thanks for the wiki update! On Jul 11, 2012 2:37 PM, "Vincent Torri" wrote: > On Wed, Jul 11, 2012 at 7:22 AM, Christophe Sadoine > wrote: > > On 11 July 2012 13:56, Vincent Torri wrote: > >> beside the fact that you didn't add @since in the doc, that you didn't > >> update ChangeLog and NEWS,

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-10 Thread Vincent Torri
On Wed, Jul 11, 2012 at 7:22 AM, Christophe Sadoine wrote: > On 11 July 2012 13:56, Vincent Torri wrote: >> beside the fact that you didn't add @since in the doc, that you didn't >> update ChangeLog and NEWS, a quaternion can represent a rotation in a >> 3D vector space if it is a unit quaternion

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-10 Thread Christophe Sadoine
On 11 July 2012 13:56, Vincent Torri wrote: > beside the fact that you didn't add @since in the doc, that you didn't > update ChangeLog and NEWS, a quaternion can represent a rotation in a > 3D vector space if it is a unit quaternion. It's not mentioned in the > doc, nor tested in the code. Is it

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-10 Thread Vincent Torri
beside the fact that you didn't add @since in the doc, that you didn't update ChangeLog and NEWS, a quaternion can represent a rotation in a 3D vector space if it is a unit quaternion. It's not mentioned in the doc, nor tested in the code. Is it normal ? Vincent On Wed, Jul 11, 2012 at 3:26 AM, C

[E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-10 Thread Christophe Sadoine
Hello, So this is a patch to rotate an evas map with a quaternion. You can use this to avoid gimbal lock... for example in the elementary evas map 3d test, if you put the Rot y angle to 90 then Rot x and Rot z will do the same rotation... -- http://indefini.org evas_map_quat.diff Description: