OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_axis
(Results
1 - 3
of
3
) sorted by null
/external/autotest/cli/
compose_query
13
parser.add_option('-x', '--
x_axis
', action='store', dest='
x_axis
',
29
test_data = frontend.get_matrix_data(db, options.
x_axis
, options.y_axis, where)
/external/autotest/tko/
frontend.py
73
def get_matrix_data(db_obj,
x_axis
, y_axis, where = None,
75
# Searches on the test_view table -
x_axis
and y_axis must both be
77
x_field = test_view_field_dict[
x_axis
]
/frameworks/native/libs/math/include/math/
mat4.h
501
TVec3<T>
x_axis
(normalize(cross(z_axis, norm_up)));
502
TVec3<T> y_axis(cross(
x_axis
, z_axis));
504
TVec4<T>(
x_axis
, 0),
Completed in 90 milliseconds