Home | History | Annotate | Download | only in transforms

Lines Matching defs:yw

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