PrintVector
Prints a vector to the screen. Because JK does not make any distinction between vectors, positions, RGB values, etc., you
can print any three-numbered variable with PrintVector(). Syntax:
PrintVector(vector);
The vector will be printed in this form: <x.000000 y.000000 z.000000>