Search found 4 matches

by Clay
Thu Sep 17, 2009 11:37 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Rotating a squared matrix
Replies: 4
Views: 10614

Problem solved! I found a way to do it by reducing the problem to its simpliest expression!

Thanks!
by Clay
Mon Jan 07, 2008 4:34 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Rotating a squared matrix
Replies: 4
Views: 10614

It looks so simple to you! I shall wait for your piece of code!

Thanks! :D
by Clay
Sun Jan 06, 2008 11:09 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Rotating a squared matrix
Replies: 4
Views: 10614

Well lets forget the code and do it in a more simple way: We have this matrix and the selection I made and I wish to rotate it 90 degrees clockwise: Before the rotation: http://i175.photobucket.com/albums/w143/clay_dragon/before.gif After the rotation: http://i175.photobucket.com/albums/w143/clay_dr...
by Clay
Sun Jan 06, 2008 3:44 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Rotating a squared matrix
Replies: 4
Views: 10614

Rotating a squared matrix

First I want to say hi to everyone and I want to say that I watch Pete's QBasic Site almost every day since a few years and I really like it! Here we go, I want to rotate a squared matrix by 90 degrees right or left selected first by the user within a bigger matrix. How can I achieve this in QBasic?...