Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dimage_projector.cpp101 CoordinateAxisType axis_to_y) 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.h66 CoordinateAxisType axis_to_y; member
72 axis_to_y = AXIS_Y; in CoordinateSystemConv()
82 axis_to_y = to_y; in CoordinateSystemConv()
141 CoordinateAxisType axis_to_y);