Home | History | Annotate | Download | only in transforms

Lines Matching defs:zz

1082     double zz = decomp.quaternionZ * decomp.quaternionZ;
1086 TransformationMatrix rotationMatrix(1 - 2 * (yy + zz), 2 * (xy - zw), 2 * (xz + yw), 0,
1087 2 * (xy + zw), 1 - 2 * (xx + zz), 2 * (yz - xw), 0,