Searched refs:axis_to_y (Results 1 – 2 of 2) sorted by relevance
101 CoordinateAxisType axis_to_y) 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 …]
66 CoordinateAxisType axis_to_y; member72 axis_to_y = AXIS_Y; in CoordinateSystemConv()82 axis_to_y = to_y; in CoordinateSystemConv()141 CoordinateAxisType axis_to_y);