def pointFromTranslation(translation): output = Point() output.x = translation[0] output.y = translation[1] return output