replicant-frameworks_native/services
Mathias Agopian 5c6d7ff3e6 don't attempt to normalize the rotation vector
indeed, by construction of the rotation matrix, it is
guaranteed to have a length of 1.

moreover, the normalization code was missing a square-root,
fortunatelly, since the length is 1, this didn't cause any
damage (since sqrt(1) = 1).

Change-Id: I9facd668caaf5bb3bfccb139ab872f2bb2066365
2012-06-27 17:07:54 -07:00
..
powermanager
sensorservice don't attempt to normalize the rotation vector 2012-06-27 17:07:54 -07:00
surfaceflinger