def __init__(self, center , theta): normalizedTheta = normalize(theta) self._c_center = center.x + center.y * 1.0j self._c_rotate = cmath.rect(1.0,normalizedTheta) self._c_angle = normalizedTheta