Re: [eigen] Eigen appears to rock. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen appears to rock.
- From: "Thomas Vaughan" <tevaughan@xxxxxxxxx>
- Date: Fri, 22 Aug 2008 10:01:01 -0600
- 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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=j7NM8rMovhfcMinzf3dhFr4WbGtJeATB6chmHWJPJwE=; b=gNeYHt5H615M0eFasL7SQceRtGVm4BbkByrTKwU2L2dGPspTh1qwYkTI1M51POxfgl VJ8WvPEtvEigxV9F4m8ohYl+As5BaDkr6+y8l0RyIZ9JMNU92xq6/CHIsKrwCABsxZi/ proAv0RTwgEJwU6C0sNoh6hXM2aY6sGi/l7S0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TzVi+SYTgUxFOYWCemvmbRw6Sdhg1XgB5YDFR+mubWkumOuRi/uZjzYQPHRcx2elxC 7RzORD4nw5cvcteMyc84BuASeTA7Gq8HezaeQAxKB9o111M3HMiJFaJiY8Z4aSsX1Om3 nTJIsAFdYembiDAP8fAMSUaDPkdbv1C/eU15E=
On Fri, Aug 22, 2008 at 8:07 AM, <jacob@xxxxxxxxxxxxxxx> wrote:
>
> Hm regardless of intuitiveness discussions... it remains that
> p1+0.5*(p2-p1)
> is slower than (p1+p2)*0.5 so it would be very unfortunate to require
> our users to do that! Same thing with any approach based on converting
> back and forth between vector and point.
Agreed.
The right solution is for me to base my Point class on your framework
because it works for me. :^)
It seems too bad that there is no way to express in an efficient way
certain mathematical ideas, such as that two points in space have a
difference but no sum (as can be seen by the consideration of vectors
and points independent from their representation in a particular
coordinate system).
Thanks for your patience!
--
Thomas E. Vaughan
There are only two kinds of people; those who accept dogma and know it,
and those who accept dogma and don't know it. - G.K. Chesterton