Home | History | Annotate | Download | only in transforms

Lines Matching refs:zw

1096     double zw = decomp.quaternionZ * decomp.quaternionW;
1099 TransformationMatrix rotationMatrix(1 - 2 * (yy + zz), 2 * (xy - zw), 2 * (xz + yw), 0,
1100 2 * (xy + zw), 1 - 2 * (xx + zz), 2 * (yz - xw), 0,