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

  /hardware/invensense/mlsdk/mllite/
mlarray.c 287 float rotMatrix[9];
296 result = inv_get_rot_mat_float(rotMatrix);
297 tmp = rotMatrix[6];
306 (atan2f(rotMatrix[7], rotMatrix[8]) * 57.29577951308) *
311 (atan2f(rotMatrix[3], rotMatrix[0]) * 57.29577951308) *
345 float rotMatrix[9];
354 result = inv_get_rot_mat_float(rotMatrix);
355 tmp = rotMatrix[7]
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 535 float rotMatrix[9];
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 328 stereoCamera->rotMatrix,
    [all...]

Completed in 154 milliseconds