Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:t1

2820                     t0, t1 = math.sin(tiltangle), math.cos(tiltangle)
2821 shape = [(t1*x+t0*y, -t0*x+t1*y) for (x, y) in shape]
2885 t0, t1 = math.sin(tiltangle), math.cos(tiltangle)
2886 shape = [(t1*x+t0*y, -t0*x+t1*y) for (x, y) in shape]