def cameraVector(self): return anglesToVector(*self.yawPitch)
def cameraVector(self): return anglesToVector(self.yrot, self.xrot)