| 4482 | return "set_return_number"; |
| 4483 | }; |
| 4484 | inline I32 get_command(CHAR* string) const |
| 4485 | { |
| 4486 | return sprintf(string, "-%s %d ", name(), return_number); |
| 4487 | }; |
| 4488 | inline F64* transform_coords_for_offset_adjustment(F64 x, F64 y, F64 z) |
| 4489 | { |
| 4490 | return get_offset_adjust_coord_without_trafo_changes(x, y, z); |
nothing calls this directly
no outgoing calls
no test coverage detected