Haha, I'm trying. Been banging my head against my desk for the past few
days not understanding what could be going wrong. My Matrix3 class
method for multiplying is doing some really wonky stuff. Like reseting
the matrix values to Identity if used in another multiply operation...
makes no sense. Got some mean Python Gremlins crawling around in my
code.
Eric Thivierge
===============
Character TD / RnD
Hybride Technologies
On August-28-13 9:03:10 AM, Ciaran Moloney wrote:
Jeez, Eric! Sort it out!
On Wed, Aug 28, 2013 at 1:55 PM, Eric Thivierge
<[email protected] <mailto:[email protected]>> wrote:
The maths I was using were in fact correct but there is a bug in
my Python classes that was causing the inconsistent results.