Re: [eigen] Mapping array of scalars into quaternions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Mapping array of scalars into quaternions
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 22 Oct 2009 14:03:04 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=/UD6WTd6cSf08RAKarfpOwgEAh+9xeqvZ1t9Nj9vfMQ=; b=Qzip1JmopSnRrlMYadu359xlWjAVHONMIc5MKVa51qKSzX/Rb8SX9uyUfk06J63teq sWf9VCvIeFCKHyvJrhYIPTACEqZGufL3WqFQYgq+UJUVxib5vHcP3lZsBwseFtp02xQ+ q/jrBXq84pMGyzUQfWkOiwN2pBCYeD/cd/tsQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TaVJDaaflHRqYdGeW4TfNMVBHYQIDXQBtg1kB5EYI3H5yjil0buk+lHZ/459B62v0J +PLWbdzHFQWBn//8oS/lshAyU7DDiT9rb7GOlwphyXsl3ysdPJN2F3aCmfESFrgUFZf7 USLvIUON0XLZTWYr29gsW1HHFyPISsgjFsqWA=
2009/10/22 Mathieu Gautier <mathieu.gautier@xxxxxx>:
>> That would be great -- i could take care of doing Quaternion then,
>> that would be a piece of cake once you've done the rest.
>>
>> In your patch, just let the Quaternion class untouched.
>
> Ok, Do I put the QuaternionBase and QuaternionWrapper class in the same file
> ?
I'd say yes, just like i did in DiagonalMatrix.h. But do as you prefer.
Benoit