| 5205 | return "set_RGB"; |
| 5206 | }; |
| 5207 | inline I32 get_command(CHAR* string) const |
| 5208 | { |
| 5209 | return sprintf(string, "-%s %d %d %d ", name(), RGB[0], RGB[1], RGB[2]); |
| 5210 | }; |
| 5211 | inline F64* transform_coords_for_offset_adjustment(F64 x, F64 y, F64 z) |
| 5212 | { |
| 5213 | return get_offset_adjust_coord_without_trafo_changes(x, y, z); |
nothing calls this directly
no outgoing calls
no test coverage detected