[eigen] conversions in geometry module |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] conversions in geometry module
- From: "Benoit Jacob" <jacob.benoit.1@xxxxxxxxx>
- Date: Sat, 6 Dec 2008 20:49:14 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=4Pw8LD8OP6WZauXrz+VNe8I6qVFriy4uloLYZc7QKjE=; b=Abvr4+N3zRWVg1g0is8sIsWxPVUzTg8OJ5uXM9C0CKvCLmSiExCA9UfW5sPJps/mJm GywcgkiPB0ugupk46i1WIsCZLSXvn/zlS3K3CaUmbQkYthOAZKvZXyDWqbK/ZRrSfxto 15USdX9nso2tc6X0OwyzdS3b0+sEmnnomydqM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=fOqrKZt5knYoD0bGw9qrU/sqrDa3aKwwN0gWT35BUGeItRgflz3FgMsBghMa13e2M0 3mg2uvGdsWTjtEW9WWM7g9EwU14yDAmIJiJ5Mf1+jiHFwRrgeCRUa6PgiH5LvcCgX43K S81VAE1AsL0WPHXxPMNx47+e3e3nRiOcsf9qs=
Hi Gael,
today a user on IRC was puzzled because Translation's couldn't be
casted to Transform's.
Is there any specific reason why the Transform class doesn't have (at
least explicit) constructors taking Translation?
Same question for Rotation types, etc?
Any opinion on whether such constructors should be explicit? (Somehow
if have a rough feeling that they should)
Cheers,
Benoit
---