Home | History | Annotate | Download | only in math

Lines Matching defs:yz

797    GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c;
928 yz = y * z;
943 M(1,2) = (one_c * yz) - xs;
947 M(2,1) = (one_c * yz) + xs;