Re: [eigen] geometry module... |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] geometry module...
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Fri, 19 Mar 2010 14:44:21 -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=9/f5c6KztDDyQ+LoH0aruWo2Xg2Z6qpnOJlb+0PQdeg=; b=PVlZNa92Wx+WcFJlLDuO9c4WmVdj8LaiF4n/UeCfgDwTDj3mI09uVysFiAkO+SH/8r 7QVp4OvMme6XEXBMLLHaJmCJc7q9xi5HceBG6h8WHihm2CuYYzyLz4TlCXhzY8YELa17 7TC70tYvvCrLEBQRAobiZztlgINBANFasI4Vg=
- 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=L5ZxE5E/8v6e2Sy9s5XGVQl0KuS3nKu2I7TdDjdZwoGyjY2X2qHMEp2AN5ZEuT/69p e8vCIBrNU3fXPrg4WVBWS/o5vwBlmNZ5hjxKSYZ1CBlfuLm4yRznS4ntUmAsBQx5B/se /RTKJLNN+KwIR60v16hLffOCkSaos689M5mrc=
2010/3/19 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> Hi,
>
> I would like to add/change the following things and would like to hear
> opinions before:
>
> - add .x()/.y() and .z() functions to Translations
ok
> - make UniformScale * Translation return a Translation
I don't understand that. UniformScale * Translation should return the
composite transformation, that consists in first translating and then
scaling. This is not a translation!
Benoit
>
> What do you think?
>
> - Hauke
>
>
>