| 1630 | return "translate_raw_y"; |
| 1631 | }; |
| 1632 | inline I32 get_command(CHAR* string) const |
| 1633 | { |
| 1634 | return sprintf(string, "-%s %d ", name(), offset); |
| 1635 | }; |
| 1636 | inline F64* transform_coords_for_offset_adjustment(F64 x, F64 y, F64 z) |
| 1637 | { |
| 1638 | F64* tranformed_coord = new F64[3]{0.0, 0.0, 0.0}; |
nothing calls this directly
no outgoing calls
no test coverage detected