Searched refs:x_axis (Results 1 – 3 of 3) sorted by relevance
/external/autotest/cli/ |
D | compose_query | 29 test_data = frontend.get_matrix_data(db, options.x_axis, options.y_axis, where)
|
/external/autotest/tko/ |
D | frontend.py | 73 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/ |
D | vizimpl.cpp | 455 Vec3d x_axis = normalized(y_axis.cross(z_axis)); in getViewerPose() local 457 return makeTransformToGlobal(x_axis, y_axis, z_axis, pos); in getViewerPose()
|