...and I am still trying to figure out how to rotate a matrix. Is there anyone online that can answer a Pascal question. I have to get some sleep or maybe feed my son. Although he is happy eating chips and ice cream I need to fix a meal :-|

Recommended Answers

All 4 Replies

You might want to pick up a book on matrix mathematics and read up on the subject.
Unless you know the theory behind it you're never going to put it into code, and once you do know the theory the code should come easily.

Thank you that's helpful, only I don't want to use the matrix I just want to move it's location. Couldn't I just linked the value addresses and move them 90 degrees ?

Matrix manipulation is slightly more involved than that :)

Translation is usually simple, rotation is somewhat more complicated.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.