Home
last modified time | relevance | path

Searched refs:east (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/sensorservice/
DFusion.cpp262 vec3_t east(cross_product(mData[1], up)); in checkInitComplete() local
263 east *= 1/length(east); in checkInitComplete()
264 vec3_t north(cross_product(up, east)); in checkInitComplete()
265 R << east << north << up; in checkInitComplete()
313 const vec3_t east( cross_product(m, up) ); in handleMag() local
319 if (length_squared(east) < MIN_VALID_CROSS_PRODUCT_MAG_SQ) { in handleMag()
325 vec3_t north( cross_product(up, east) ); in handleMag()
/frameworks/native/libs/ui/tests/
Dvec_test.cpp240 vec3 east(1, 0, 0); in TEST_F() local
242 vec3 up( cross(east, north) ); in TEST_F()
244 EXPECT_EQ(dot(east, north), 0); in TEST_F()
245 EXPECT_EQ(length(east), 1); in TEST_F()
246 EXPECT_EQ(distance(east, north), sqrtf(2)); in TEST_F()
253 tvec3<double> vd(east); in TEST_F()
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_position.jd253 the y axis is pointing east this value is 90 and when it is pointing west this value is 270.</li>