| 4289 | return "set_point_source"; |
| 4290 | }; |
| 4291 | inline I32 get_command(CHAR* string) const |
| 4292 | { |
| 4293 | return sprintf(string, "-%s %d ", name(), psid); |
| 4294 | }; |
| 4295 | inline F64* transform_coords_for_offset_adjustment(F64 x, F64 y, F64 z) |
| 4296 | { |
| 4297 | return get_offset_adjust_coord_without_trafo_changes(x, y, z); |
nothing calls this directly
no outgoing calls
no test coverage detected