| 2589 | return "set_register"; |
| 2590 | }; |
| 2591 | inline I32 get_command(CHAR* string) const |
| 2592 | { |
| 2593 | return sprintf(string, "-%s %u %g ", name(), index, value); |
| 2594 | }; |
| 2595 | inline F64* transform_coords_for_offset_adjustment(F64 x, F64 y, F64 z) |
| 2596 | { |
| 2597 | return get_offset_adjust_coord_without_trafo_changes(x, y, z); |
nothing calls this directly
no outgoing calls
no test coverage detected