| 2739 | return "copy_register_into_y"; |
| 2740 | }; |
| 2741 | inline I32 get_command(CHAR* string) const |
| 2742 | { |
| 2743 | return sprintf(string, "-%s %u ", name(), index); |
| 2744 | }; |
| 2745 | inline F64* transform_coords_for_offset_adjustment(F64 x, F64 y, F64 z) |
| 2746 | { |
| 2747 | F64* tranformed_coord = new F64[3]{0.0, 0.0, 0.0}; |
nothing calls this directly
no outgoing calls
no test coverage detected