Forum: Poser Python Scripting


Subject: Possibly OT Math Question

jwhitham opened this issue on Apr 10, 2005 ยท 3 posts


nruddock posted Sun, 10 April 2005 at 12:15 PM

Attached Link: http://www.flipcode.com/documents/matrfaq.html

See attached link.

One thing you need to watch out for is that some software will interchange the rows and columns.
This can be got around by interchanging the indexes when necessary.
Best to determine which way what your using stores the values, before doing anything else. This is mentioned in the FAQ, but it's the biggest source of pain and frustration.