Lines Matching refs:pts
311 pts = [] #initialise in case nothing is selected and following loop is not executed
314 pts = get_n_points_from_path( node, 3 ) #find the (x,y) coordinates of the first 3 points of the path
317 if len(pts) == 3: #if we have right number of nodes, else skip and end program
322 group_translation = 'translate(' + str( pts[0][0] ) + ','+ str( pts[0][1] ) + ')'
330 [pts[1][0]-pts[0][0],pts[1][1]-pts[0][1]],
331 [pts[2][0]-pts[0][0],pts[2][1]-pts[0][1]]]