Re: A83: A problem with matrices


[Prev][Next][Index][Thread]

Re: A83: A problem with matrices




Pizza of Hut wrote:
> 
> Yeah, I hate how matrices suck up memory, but it's the only way I know how to do
> 3-D graphics.

you can use your knowledge in matrices and linear algebra just fine without
using the specific "matrix" data type built into the TI.
look into what you really are doing when you perform this operations on your
matrices, and you can write theese operations in asm and use arrays for matrix.
relative addressing should be found very useful.

//Olle


References: