[Numpy-discussion] Iterative Matrix Multiplication

Ian Mallett geometrian at gmail.com
Sun Feb 28 21:58:50 EST 2010


On Sun, Feb 28, 2010 at 6:54 PM, Charles R Harris <charlesr.harris at gmail.com
> wrote:

> Why not just add a vector to get translation? There is no need to go the
> homogeneous form. Or you can just leave the vectors at length 4 and use a
> slice to access the first three components. That way you can leave the ones
> in place.
>
Oh . . . duh :D

Excellent--and a 3D rotation matrix is 3x3--so the list can remain n*3.  Now
the question is how to apply a rotation matrix to the array of vec3?

>  Chuck
>
Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100228/4f44a89c/attachment.html>


More information about the NumPy-Discussion mailing list