Lines Matching refs:point2
80 point2 = _map_point(point_transform, self.target_point)
81 delta = point2 - point1
91 center_point = (point1 + point2) * 0.5
94 point2 -= center_point
97 theta2 = atan2(point2.imag, point2.real)
142 point2 = target_point
143 point2 += complex(t * sin_end_theta, -t * cos_end_theta)
146 point2 = _map_point(point_transform, point2)
149 yield point1, point2, target_point
152 for point1, point2, target_point in self._decompose_to_cubic_curves():
155 (point2.real, point2.imag),