HomeSort by relevance Sort by last modified time
    Searched refs:setIdentity (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/eigen/doc/snippets/
Matrix_setIdentity_int_int.cpp 2 m.setIdentity(3, 3);
MatrixBase_setIdentity.cpp 2 m.block<3,3>(1,0).setIdentity();
Tutorial_AdvancedInitialization_ThreeWays.cpp 11 mat2.topRightCorner(size/2, size/2).setIdentity();
12 mat2.bottomLeftCorner(size/2, size/2).setIdentity();
  /external/skia/legacy/include/effects/
SkColorMatrix.h 19 void setIdentity();
  /external/eigen/test/eigen2/
eigen2_geometry.cpp 56 // Quaternion: Identity(), setIdentity();
58 q2.setIdentity();
139 // first test setIdentity() and Identity()
140 t0.setIdentity();
147 t1.setIdentity();
157 t0.setIdentity();
158 t1.setIdentity();
173 t0.setIdentity(); t0.scale(v0).rotate(q1.toRotationMatrix());
174 t1.setIdentity(); t1.scale(v0).rotate(q1);
177 t0.setIdentity(); t0.scale(v0).rotate(AngleAxisx(q1))
    [all...]
eigen2_geometry_with_eigen2_prefix.cpp 58 // Quaternion: Identity(), setIdentity();
60 q2.setIdentity();
141 // first test setIdentity() and Identity()
142 t0.setIdentity();
149 t1.setIdentity();
159 t0.setIdentity();
160 t1.setIdentity();
175 t0.setIdentity(); t0.scale(v0).rotate(q1.toRotationMatrix());
176 t1.setIdentity(); t1.scale(v0).rotate(q1);
179 t0.setIdentity(); t0.scale(v0).rotate(AngleAxisx(q1))
    [all...]
  /external/eigen/test/
geo_transformations.cpp 59 t0.setIdentity();
60 t1.setIdentity();
76 t0.setIdentity();
81 t0.setIdentity();
163 // first test setIdentity() and Identity()
164 t0.setIdentity();
170 t0.setIdentity();
171 t1.setIdentity();
185 t0.setIdentity(); t0.scale(v0).rotate(q1.toRotationMatrix());
186 t1.setIdentity(); t1.scale(v0).rotate(q1)
    [all...]
  /external/eigen/lapack/
eigenvalues.cpp 69 matrix(a,*n,*n,*lda).setIdentity();
  /external/jmonkeyengine/engine/src/bullet-native/
jmeMotionState.cpp 41 trans -> setIdentity();
  /external/skia/include/effects/
SkColorMatrix.h 17 void setIdentity();
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java 68 config.setIdentity(IDENTITY);
84 enterpriseConfig.setIdentity(IDENTITY);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java 24 mTransform.setIdentity();
M4.java 58 public void setIdentity() {
  /external/ceres-solver/internal/ceres/
conditioned_cost_function_test.cc 87 identity.setIdentity();
  /external/eigen/doc/
tutorial.cpp 28 m4.block(0,1,3,3).setIdentity();
  /external/skia/include/utils/
SkMatrix44.h 113 SkMatrix44(Identity_Constructor) { this->setIdentity(); }
116 SkMatrix44() { this->setIdentity(); }
191 void setIdentity();
192 inline void reset() { this->setIdentity();}
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 176 svd.m_matrixU.setIdentity(matrix.rows(), matrix.cols());
230 svd.m_matrixV.setIdentity(matrix.cols(), matrix.rows());
272 svd.m_matrixU.setIdentity(matrix.rows(), matrix.cols());
275 if(svd.computeV()) svd.m_matrixV.setIdentity(matrix.cols(), matrix.cols());
325 svd.m_matrixV.setIdentity(matrix.cols(), matrix.rows());
328 if(svd.computeU()) svd.m_matrixU.setIdentity(matrix.rows(), matrix.rows());
742 if(m_computeFullU) m_matrixU.setIdentity(m_rows,m_rows);
743 if(m_computeThinU) m_matrixU.setIdentity(m_rows,m_diagSize);
744 if(m_computeFullV) m_matrixV.setIdentity(m_cols,m_cols);
745 if(m_computeThinV) m_matrixV.setIdentity(m_cols, m_diagSize)
    [all...]
  /external/eigen/bench/
BenchUtil.h 30 mat.setIdentity();
  /external/eigen/Eigen/src/Core/
DiagonalMatrix.h 193 inline void setIdentity() { m_diagonal.setOnes(); }
195 inline void setIdentity(Index size) { m_diagonal.setOnes(size); }
PermutationMatrix.h 90 setIdentity(tr.size());
148 void setIdentity()
156 void setIdentity(Index size)
159 setIdentity();
  /external/eigen/demos/opengl/
camera.cpp 21 mViewMatrix.setIdentity();
215 mProjectionMatrix.setIdentity();
  /external/skia/legacy/include/utils/
SkMatrix44.h 139 void setIdentity();
140 void reset() { this->setIdentity();}
  /external/skia/legacy/src/utils/
SkColorMatrix.cpp 15 void SkColorMatrix::setIdentity() {
49 this->setIdentity();
  /external/skia/src/effects/
SkColorMatrix.cpp 16 void SkColorMatrix::setIdentity() {
50 this->setIdentity();
  /external/skia/include/gpu/
GrContext.h 687 bool setIdentity(GrContext* context, GrPaint* paint = NULL) {
709 if (!this->setIdentity(context, paint)) {
802 fAutoMatrix.setIdentity(ctx);
    [all...]

Completed in 884 milliseconds

1 2 3