[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2D vector code
From: |
David Feuer |
Subject: |
Re: 2D vector code |
Date: |
Fri, 14 Apr 2006 00:54:29 -0400 |
On 4/13/06, Jan Nieuwenhuizen <address@hidden> wrote:
> David Feuer writes:
> In C++ we have Offset, which has a number of complex_* functions. We
> also have complex-to-offset and use offset pairs in SCM, but I do not
> know if we have any such functions in SCM.
I don't either.
> Does scm/guile not have such funtions for pairs/complex vectors?
It probably does support complex numbers. Complex numbers, however,
are conceptually quite different from 2D vectors, and I don't feel
comfortable conflating them. It's up to you and Han, of course.
David