Re: [eigen] Help and Understanding of Eigen::Geometry classes |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Help and Understanding of Eigen::Geometry classes
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Thu, 14 Jun 2012 17:12:02 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=PPcDBJzD0My/MsjT9iEWy1g6Eio4NoLTEVV9gZWMCJ8=; b=tXYzuvHxm1uLVVXfDVhLjL6f+K7P3AYiPrsQq44JAw/5fuwQG6NhTPmPXLnjqzNgH7 smV821TKNzxzo1mTlc1ezZxBr7AcoqlGdPPvRxbYvU3G/DP7Fh0/GvTV30xv2YwaiXUX xEIV6VAE/mAjmIi/l73Gyax+AlWY/HE1w676PWMiyXMFbt2lv9QnQkQcWIl+6bWDi1de QrtobSqKw7wCqrxwMozoFpOLoJEhiYsGE3+VZipzEHFNJHgg2MVK3NTvq0ea7I+7RfPw vztTlPBqvrIDS3Z7+lldmZVS6Dl4o3gO98MXIOeVOECeLAJbua59QlVuJKWSWtMMwlAL UjQA==
You can also have a look at the documentation of the different classes
(Transform, Quaternion, etc.).
I agree the Geometry tutorial could probably be extended. Currently it
is more like a quick reference guide for the Geometry module.
gael
On Thu, Jun 14, 2012 at 4:58 PM, Cassanova, Bill <BCassanova@xxxxxxxxxxx> wrote:
> Hi all,
>
>
>
> I am beginning to evaluate Eigen++ as a Matrix Library and am seeking a
> better understanding of the Eigen::Geometry.
>
>
>
> Before I delve too deeply into my question is there any documentation other
> than that found at http://eigen.tuxfamily.org/dox/TutorialGeometry.html
>
>
>
> Are there any working source code examples as opposed to code snippets that
> show the actual usage of some of these classes? I have seen the
> geo_transform.cpp test suite but it’s a bit hard to follow.
>
>
>
> Really what I am looking for is a “gentle” introduction similar to what was
> done with the Tutorial Pages 1 through 7. If such a thing doesn’t exist I
> am willing to work up an example program if someone is willing to provide
> some rudimentary examples.
>
>