OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:y_diff
(Results
1 - 1
of
1
) sorted by null
/development/ndk/sources/android/ndk_helper/
tapCamera.cpp
214
float
y_diff
;
local
215
vec.Value( x_diff,
y_diff
);
217
pinch_start_distance_SQ_ = x_diff * x_diff +
y_diff
*
y_diff
;
218
camera_rotation_start_ = atan2f(
y_diff
, x_diff );
250
float x_diff,
y_diff
;
local
252
vec.Value( x_diff,
y_diff
);
254
float fDistanceSQ = x_diff * x_diff +
y_diff
*
y_diff
;
273
float fRotation = atan2f(
y_diff
, x_diff )
[
all
...]
Completed in 48 milliseconds