OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sinR
(Results
1 - 2
of
2
) sorted by null
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Direction.c
66
AKFLOAT
sinR
; /* sin value of roll angle */
73
sinR
= AKFS_SIN(roll);
76
Yh = -(hvec->u.x)*cosR + (hvec->u.z)*
sinR
;
77
Xh = (hvec->u.x)*sinP*
sinR
+ (hvec->u.y)*cosP + (hvec->u.z)*sinP*cosR;
/external/opencv/cvaux/src/
cvvecfacetracking.cpp
[
all
...]
Completed in 549 milliseconds