Author Topic: TM_ROWs, Vectors, Matrices and you!  (Read 3432 times)

Offline Serge

  • *
  • Posts: 1530
  • Rep: 13
    • View Profile
    • http://www.q3k.org/
    • Awards
TM_ROWs, Vectors, Matrices and you!
« on: July 13, 2010, 08:17:30 PM »
home | twitter | yt | gmf de/compiler | component freedom | xmpp: q3k@q3k.org | email: q3k@q3k.org

Offline Hydro

  • Ultra Heavyweight
  • Posts: 3123
  • Rep: 0
  • Lurking. Maybe.
    • View Profile
    • Awards
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #1 on: July 13, 2010, 08:18:06 PM »
The Hydro is confuse
Hi.

Offline JoeBlo

Re: TM_ROWs, Vectors, Matrices and you!
« Reply #2 on: July 13, 2010, 08:24:05 PM »
nicely done Serge

Offline Serge

  • *
  • Posts: 1530
  • Rep: 13
    • View Profile
    • http://www.q3k.org/
    • Awards
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #3 on: July 13, 2010, 08:25:49 PM »
The Hydro is confuse

What seems to be the problem?
home | twitter | yt | gmf de/compiler | component freedom | xmpp: q3k@q3k.org | email: q3k@q3k.org

Offline Hydro

  • Ultra Heavyweight
  • Posts: 3123
  • Rep: 0
  • Lurking. Maybe.
    • View Profile
    • Awards
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #4 on: July 13, 2010, 08:26:34 PM »
Nothing. It's just long and... mathematical.


:D
Hi.

Offline Jack Daniels

  • *
  • Posts: 2719
  • Rep: 9
  • Losing Tournaments with Style
    • matt.morrill.12
  • Awards BOTM Winner
    • View Profile
    • My abandoned online RPG project.
    • Awards
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #5 on: July 13, 2010, 09:26:43 PM »
*Gasp*  Look at all those words.

I read the bold ones.  :P

Offline G.K.

  • *
  • Posts: 12156
  • Rep: 10
  • Striving for a good personal text since 1994.
    • View Profile
    • Awards
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #6 on: July 14, 2010, 01:27:58 AM »
I vaguely understand this. Nice work.
My above post explains everything about everything.

Host of: Wheely Tag, Back To The Beginnings, BTTB 2, BTTB 3, BTTB 4, & BTTB V.

Heavy Metal: Champion (Mockery of the Whole Concept)
Robotic International Wars Series 1: Champion (Minifridge 6)
RA2 Team Championships 1 & 2: Champion (High Speed Train & Upthrust - as part of Naryar's Not Quite Evil Council of Doom)

Runner Up in: The Amazing Rage (Team Fedex), R0B0NOVA (Zaphod Stock), Steel Warzone (Inception of Instability), Box of Nightmares (Gicquel), Wheely Tag (Minifridge the Second)

Clash Cubes IV: 5th place (Fretless)
BBEANS 6: Rumble Winner & 6th Place (Minifridge 4)

Offline Madiaba

Re: TM_ROWs, Vectors, Matrices and you!
« Reply #7 on: July 14, 2010, 03:08:27 AM »
Thanks for the help, Serge.  Get this how you want it to be and I'll 'Pin' it up in the 'Tutorials'.

School's a burden? Oi vey...
A vector, guys, is like a little packet of info, containing multiple parameters (like magnitude and direction). Here we are just 'relating' (or co--relating) two objects' cardinal directions: the arena and the gmf object (that is somewhere in the arena). 
 
This is done through a Trans-Matrix of columns and rows: TM_ROWS.
The 3 columns represents the arena's xyz axes.
The 3 rows represent the gmf objects xyz axes.
 
Correlation works thus:
    '1' means there is a direct correlation (arena's 'x' = the gmf object's 'x')
    '0' means there is a   no   correlation between the arena's 'x' and the gmf object's 'x'.

Just read over Serge's post a couple times and you'll get it.  You should have had this in Algebra; sine, cosine, etc.. so don't throw a 'tangent',... hehe.
 

 
Serge, I'll put your work right next to this thread:
https://gametechmods.com/forums/index.php/topic,2310.msg58530.html#msg58530
 
 
 
Input is appreciated. :)
-Arrogance is a quantity devoid of quality...
-As a client once told me "This is my story, and it's sticking to me!"
-Relationships these days are like the 'Arrival' section of the airport: a lot of baggage is being revealed in one place, and not a lot of it is being correlated to its real owners...

Offline JoeBlo

Re: TM_ROWs, Vectors, Matrices and you!
« Reply #8 on: July 14, 2010, 03:18:06 AM »
do I get a cookie for understanding it all ?

also Mad umm isnt 4:30am a little late (or early) to be reading over mathematics ?

Offline Madiaba

Re: TM_ROWs, Vectors, Matrices and you!
« Reply #9 on: July 14, 2010, 03:24:37 AM »
I'm nailed... :bigsmile:
G'night.
Input is appreciated. :)
-Arrogance is a quantity devoid of quality...
-As a client once told me "This is my story, and it's sticking to me!"
-Relationships these days are like the 'Arrival' section of the airport: a lot of baggage is being revealed in one place, and not a lot of it is being correlated to its real owners...

Offline Clickbeetle

  • *
  • Posts: 3375
  • Rep: 21
  • In Soviet Russia, bugs stomp YOU!
  • Awards BOTM Winner
    • View Profile
    • Beetle Bros site
    • Awards
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #10 on: July 22, 2010, 11:28:45 PM »
Hmm I handle TM_ROWs somewhat differently... I just imagine the x,y,z axes in my head, and then imagine rotating the whole space so the z direction is pointing the way I want it to go, and then figure out the coordinates of the point 0,0,1 in the new coordinate space.


But I guess if you're more mathematically inclined, the multiplication method works too.  Nice tutorial with bits of humor sprinkled throughout.


But you don't explain how to make a matrix that makes you a sammich.  :frown:   That would be cool.

To lack feeling is to be dead, but to act on every feeling is to be a child.
-Brandon Sanderson, The Way of Kings

Offline Jack Daniels

  • *
  • Posts: 2719
  • Rep: 9
  • Losing Tournaments with Style
    • matt.morrill.12
  • Awards BOTM Winner
    • View Profile
    • My abandoned online RPG project.
    • Awards
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #11 on: July 23, 2010, 07:11:28 PM »
But you don't explain how to make a matrix that makes you a sammich.  :frown:   That would be cool.


Offline Pwnator

  • *
  • Posts: 6676
  • Rep: 15
  • Awards BOTM Winner
    • View Profile
    • http://pwnator.tumblr.com
    • Awards
  • See profile for gamer tags: Yes
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #12 on: July 23, 2010, 10:04:36 PM »
NO HE'S NOT! HE'S IN A BATHROOM! :P

And I didn't like matrix multiplication back then. Dunno if I'll use it when I'm gonna fiddle around with GMFs lol.
Clash Cubes 1 - Grey Matter (Runner-Up)
King of Karnage - Sideshow Freak (Runner-Up, Best Engineered)
Rust In Pieces - Paper Cut 3 (Grand Champion, Most Dangerous Bot)
Wheely Tag Tournament - Ion Thruster (Grand Champion, along with Ounces' DiSemboweLment)
UK vs USA - Dark Striker (Grand Champion)
Rust In Pieces 2 - Claymore (Runner-Up, Favourite Bot)
BBEANS 6 - Infection 4 (Runner-Up)
RA2 Team Championships - Serious Business, Skeksis (Runner-Up, along with Scrappy, S_M, and Badnik)
RA2 Team Championships 2 - The Other Stig (Runner-Up, along with Scrappy, S_M, Badnik, 090901, and R1885)
Replica Wars 3 - Abaddon (Runner-Up, Luckiest Bot)
BroBots - wheebot & yaybot (Runner-Up)
Robo Zone 2 - Dipper (4th place, Survival Champion, & Best Axle Bot)
ARBBC - The Covenant (3rd place, BW Rumble Winner, Most Feared BW)

Offline Naryar

  • Posts: 23278
  • Rep: 20
  • hybrids oui oui
    • http://www.youtube.com/us
  • Awards BOTM Winner
    • View Profile
    • Awards
  • Skype: TheMightyNaryar
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #13 on: July 29, 2010, 11:44:37 AM »
And I didn't like matrix multiplication back then.

Matrix multiplication is one heck of a bitch anyways.

But nice work serge ! *downloads pic*

Offline LiNcK

  • Super Heavyweight
  • Posts: 1179
  • Rep: 1
    • 8linck8
    • View Profile
    • Awards
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #14 on: July 31, 2010, 09:21:21 PM »
Am I getting stuff like that later in school?

...Im scared :(

Offline System32

  • *
  • Posts: 4663
  • Rep: 4
  • Reality
    • View Profile
    • Awards
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #15 on: July 31, 2010, 09:43:56 PM »
But you don't explain how to make a matrix that makes you a sammich.  :frown:   That would be cool.
(Image removed from quote.)
Sudo make me a sammich.
Put this onto your signature if you were part of this crappy fad in '03.

Offline Serge

  • *
  • Posts: 1530
  • Rep: 13
    • View Profile
    • http://www.q3k.org/
    • Awards
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #16 on: July 31, 2010, 09:47:23 PM »
Silly System32! You can't sudo in Windows! You're not a Unix-based system. You don't belong here! Heck, you're not even POSIX-compliant!

Also, go to sleep, it's 4AM you drunk Scotsman.
home | twitter | yt | gmf de/compiler | component freedom | xmpp: q3k@q3k.org | email: q3k@q3k.org

Offline System32

  • *
  • Posts: 4663
  • Rep: 4
  • Reality
    • View Profile
    • Awards
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #17 on: August 02, 2010, 02:38:09 PM »
Silly System32! You can't sudo in Windows! You're not a Unix-based system. You don't belong here! Heck, you're not even POSIX-compliant!

Also, go to sleep, it's 4AM you drunk Scotsman.

all my friends from school are up...
Put this onto your signature if you were part of this crappy fad in '03.

Offline Little lost bot

  • Heavyweight
  • Posts: 684
  • Rep: -1
  • Apparently jumping onto band wagons.
    • View Profile
    • Awards
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #18 on: August 03, 2010, 01:01:03 PM »
Vectors and me do not mix. Heck me and integers don't mix. Also chemicals I failed in school so far. If theres nite picky stuff I get mixed up.

Is taking one challenge request. First come first serve. I'm a bit rusty now but I'm going to try and crank something out for this. MW and up no glitches DSL or Stock.

Offline frezal

  • Pronouns: any
  • *
  • Posts: 1494
  • Rep: 5
  • I am all eyes
    • https://www.youtube.com/u
    • View Profile
    • Oh, she’s on Instagram!
    • Awards
  • See profile for gamer tags: Yes
  • Discord: shelly.burger#9497
Re: TM_ROWs, Vectors, Matrices and you!
« Reply #19 on: August 03, 2010, 01:27:11 PM »
Vectors and me do not mix. Heck me and integers don't mix. Also chemicals I failed in school so far. If theres nite picky stuff I get mixed up.
You see, I love vectors. What caused me to do terribly in Linear Algebra was all the terminology (and never doing my homework).
Destroy your lives, on purpose!