Re: [eigen] Rigid Transformations in eigen: discussion thread |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Rigid Transformations in eigen: discussion thread
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 17 Sep 2009 12:31:30 -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=73ZjhxdCxNFhGzLIM53pjVouxcwwQafbjTA+bKkD2h0=; b=uxTFovGyW2BLrWtS0qKZKjtAvFE25DWFoQa990SxUEdEJAVXr5A7Bxgak8SRz1ZZuV To+ctq84W8DnEVq+rV5a5Jfa/uXO9AG6I9F3cq0BE/44Td3F/pNqRBEddc9i+dBGdIXh sV8SUtyLXCInOOj42qvyKlfKQ7kKEJuPQvkf0=
- 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=Q/R21KD8Au1OxC0MyXV+g3QwcyY8mUv3ujxmVJeZlHW7xUkBSbURjVaiR+0mpg3RsA gHw8jipbiJGuYvvD6KgcTvLbIYU4Ls8Ee2J7C7CgBcjx4u6YfuvCuTDnJ43pi8Raf4ln 5U762RT1F4A8xqKDeYZ8e6DMawYXlFv0olMN8=
> b) How does eigen do say, 4D rotations? I thought it did only 2D and
> 3D rotations. I don't know if rigid transformations make sense for 2D.
> At any rate, 2D transformations are trivial.
4D rotations? What's this?
I guess that would be "4x4 real orthogonal matrices with determinant 1
and with the eigenvalue 1 with multiplicity at least 2"
whee! no, we don't have a class for that :)
>
> c) Inverse would be good, I agree. You just need to do take take the
> conjugate of both the quaternion parts.
Inverse sounds useful indeed. Don't know about the formula, i trust you =)
transform conversion sounds useful too.
Benoit