HomeSort by relevance Sort by last modified time
    Searched refs:rotMat (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esTransform.c 66 ESMatrix rotMat;
83 rotMat.m[0][0] = (oneMinusCos * xx) + cosAngle;
84 rotMat.m[0][1] = (oneMinusCos * xy) - zs;
85 rotMat.m[0][2] = (oneMinusCos * zx) + ys;
86 rotMat.m[0][3] = 0.0F;
88 rotMat.m[1][0] = (oneMinusCos * xy) + zs;
89 rotMat.m[1][1] = (oneMinusCos * yy) + cosAngle;
90 rotMat.m[1][2] = (oneMinusCos * yz) - xs;
91 rotMat.m[1][3] = 0.0F;
93 rotMat.m[2][0] = (oneMinusCos * zx) - ys
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Matrix4f.java     [all...]

Completed in 866 milliseconds