Python API rotation question

Hi everyone,
I need to rotate every frame a group of vectors on the same plane. (Maya Python API)
I am a bit confused as to how to go about this. If I get the cross product from two vectors, how do I rotate the original vectors on the axis of the cross product by a known amount?
Cheers!