Searched refs:axis_to_x (Results 1 – 2 of 2) sorted by relevance
100 CoordinateAxisType axis_to_x, in rotate_coordinate_system() argument104 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 …]
65 CoordinateAxisType axis_to_x; member71 axis_to_x = AXIS_X; in CoordinateSystemConv()81 axis_to_x = to_x; in CoordinateSystemConv()140 CoordinateAxisType axis_to_x,