Home
last modified time | relevance | path

Searched refs:axis_to_x (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/xcore/
Dimage_projector.cpp100 CoordinateAxisType axis_to_x, in rotate_coordinate_system() argument
104 if (axis_to_x == AXIS_X && axis_to_y == AXIS_MINUS_Z) { in rotate_coordinate_system()
108 } else if (axis_to_x == AXIS_X && axis_to_y == AXIS_MINUS_Y) { in rotate_coordinate_system()
112 } else if (axis_to_x == AXIS_X && axis_to_y == AXIS_Z) { in rotate_coordinate_system()
116 } else if (axis_to_x == AXIS_MINUS_Z && axis_to_y == AXIS_Y) { in rotate_coordinate_system()
120 } else if (axis_to_x == AXIS_MINUS_X && axis_to_y == AXIS_Y) { in rotate_coordinate_system()
124 } else if (axis_to_x == AXIS_Z && axis_to_y == AXIS_Y) { in rotate_coordinate_system()
128 } else if (axis_to_x == AXIS_MINUS_Y && axis_to_y == AXIS_X) { in rotate_coordinate_system()
132 } else if (axis_to_x == AXIS_MINUS_X && axis_to_y == AXIS_MINUS_Y) { in rotate_coordinate_system()
136 } else if (axis_to_x == AXIS_Y && axis_to_y == AXIS_MINUS_X) { in rotate_coordinate_system()
[all …]
Dimage_projector.h65 CoordinateAxisType axis_to_x; member
71 axis_to_x = AXIS_X; in CoordinateSystemConv()
81 axis_to_x = to_x; in CoordinateSystemConv()
140 CoordinateAxisType axis_to_x,