HomeSort by relevance Sort by last modified time
    Searched defs:rotMatrix (Results 1 - 9 of 9) sorted by null

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/utils/
PerspectiveCamController.java 66 Matrix4 rotMatrix = new Matrix4();
81 rotMatrix.setToRotation(xAxis, delta.y / 5);
82 point.mul(rotMatrix);
85 rotMatrix.setToRotation(yAxis, -delta.x / 5);
86 point.mul(rotMatrix);
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 226 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
232 tcu::Mat2 transform = rotMatrix * shearMatrix;
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 218 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
224 tcu::Mat2 transform = rotMatrix * shearMatrix;
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 230 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
236 tcu::Mat2 transform = rotMatrix * shearMatrix;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 274 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
280 tcu::Mat2 transform = rotMatrix * shearMatrix;
    [all...]
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 108 // Stores the rotation matrix in rotMatrix, and the mapped points in ptsRot
109 static void align_to_x_axis(const SkPoint pts[2], SkMatrix* rotMatrix, SkPoint ptsRot[2] = nullptr) {
115 rotMatrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY);
117 rotMatrix->mapPoints(ptsRot, pts, 2);
711 SkMatrix rotMatrix;
712 align_to_x_axis(pts, &rotMatrix, geometry.fPtsRot);
713 if(!rotMatrix.invert(&geometry.fSrcRotInv)) {
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 535 float rotMatrix[9];
    [all...]
  /external/opencv3/modules/java/src/
calib3d.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 2129 milliseconds