OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rotMatrix
(Results
1 - 2
of
2
) sorted by null
/hardware/invensense/60xx/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
...]
Completed in 39 milliseconds