| 368 | return "scale_x"; |
| 369 | }; |
| 370 | inline I32 get_command(CHAR* string) const |
| 371 | { |
| 372 | return sprintf(string, "-%s %lf ", name(), scale); |
| 373 | }; |
| 374 | inline F64* transform_coords_for_offset_adjustment(F64 x, F64 y, F64 z) |
| 375 | { |
| 376 | F64* tranformed_coord = new F64[3]{0.0, 0.0, 0.0}; |
no outgoing calls
no test coverage detected