Home
last modified time | relevance | path

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

/external/autotest/cli/
Dcompose_query29 test_data = frontend.get_matrix_data(db, options.x_axis, options.y_axis, where)
/external/autotest/tko/
Dfrontend.py73 def get_matrix_data(db_obj, x_axis, y_axis, where = None, argument
77 x_field = test_view_field_dict[x_axis]
/external/opencv3/modules/viz/src/
Dvizimpl.cpp455 Vec3d x_axis = normalized(y_axis.cross(z_axis)); in getViewerPose() local
457 return makeTransformToGlobal(x_axis, y_axis, z_axis, pos); in getViewerPose()