Okay usually when you look at arrays of size three, and you are using it to set a vector, you know that:
Code:
array[0] = x //x-coordinate
array[1] = y //y-coordinate
array[2] = z //z-coordinate
But now my question is what about angle vectors? You have an array size of three but what do each of the three data store? I know it has something to do with the forward, right, and up angle. But what are the differences between those three and which of the three data stores the forward, right, and up angle? And oh yeah what is the forward, right, and up angle? I figure the right-angle is when you turn your head left and right, and I think up angle is when you look up and down, but I don't know about forward angle. I could be mistaken though.....
Code:
angle[0] = ?
angle[1] = ?
angle[2] = ?
__________________
GRR If only the amxmod programming were in Java.....
Java and C used to be two different languages, now Java is turning into another C. My
logevent plugin