Home | History | Annotate | Download | only in test

Lines Matching defs:c0

1675         double c0 = cos(phi0)*ta, s0 = sin(phi0)*tb;
1677 p.x = (float)(c0*c - s0*s + center.x);
1678 p.y = (float)(c0*s + s0*c + center.y);