Re: [Tutor] An -1.#IND error

2008-01-26 Thread Luke Paireepinart
Dinesh B Vadhia wrote: > After a matrix*vector multiplication (ie. b = Ax, with A, x and b all > floats), the b vector elements are all "-1.#IND". What does this > mean? Btw, they are no divisions in the program eg. no divide by zeros. A code sample would be _much_ more helpful here. Please inc

[Tutor] An -1.#IND error

2008-01-26 Thread Dinesh B Vadhia
After a matrix*vector multiplication (ie. b = Ax, with A, x and b all floats), the b vector elements are all "-1.#IND". What does this mean? Btw, they are no divisions in the program eg. no divide by zeros. Dinesh ___ Tutor maillist - Tutor@python

Re: [Tutor] IronPython, the wii remote, and blender

2008-01-26 Thread Michael Langford
Yes it is possible. Checkout pybluez, its a pretty easy to use bluetooth toolkit. Looks like these guys have a lower level driver needed to get the wiimote going http://www.wiindows.org/index.php/WMD#Introduction On Jan 26, 2008 4:57 PM, Timothy Sikes <[EMAIL PROTECTED]> wrote: > > > Well, I was

Re: [Tutor] IronPython, the wii remote, and blender

2008-01-26 Thread Luke Paireepinart
Timothy Sikes wrote: > Well, I was playing my Wii the other day and then sat down to mess around on > blender. Then I had an idea! What if the Wii remote could be used as an input > device for blender? It would be great for 3d modeling, and you could always > switch back to a mouse and keyboard

[Tutor] IronPython, the wii remote, and blender

2008-01-26 Thread Timothy Sikes
Well, I was playing my Wii the other day and then sat down to mess around on blender. Then I had an idea! What if the Wii remote could be used as an input device for blender? It would be great for 3d modeling, and you could always switch back to a mouse and keyboard for more precise control.