phent_getvelocity seems to retrieve a global velocity vector. for my airplane i need the velocity component of the entity's x-axis only. what would be the best way to convert the global velocity vector to a local one? could phent_makelocal be used for this purpose?