Game Development Community

vector functions missing?

by Rick Gorman · in Torque Game Engine · 08/28/2001 (1:53 am) · 3 replies

I was poking around, trying to do some stuff with vectors (especially ones here http://www.sierrastudios.com/games/tribesplayers/scriptdoc/mathvector.html ) and noticed that not all of them are still in the engine.

In particular, getFromRot() was not in the engine code that i could find. I found Player::getRotation(), but it wasnt working in the script (function not found). Anyone else having these problems?

#1
08/28/2001 (2:26 am)
Those are from Tribes 1... Tribes 2 / V12 has a different set of vector functions
#2
08/28/2001 (4:08 am)
Yeah, the vector functions arent in the classes (which threw me) but are actually functions for the most part.


I think pretty much all the math functions you would need are in there.

Phil.
#3
08/29/2001 (4:36 am)
Alright, now that its been pointed out that that site is for Tribes1, I can begin to stop pulling my hair out =). For the final blow to the balding acceleration, does anyone know how i can determine if a function in the hard code is available to the console? It seems that some functions have a 'c' in front of them, though not all.