| 614 | return "translate_then_scale_y"; |
| 615 | }; |
| 616 | inline I32 get_command(CHAR* string) const |
| 617 | { |
| 618 | return sprintf(string, "-%s %lf %lf ", name(), offset, scale); |
| 619 | }; |
| 620 | inline F64* transform_coords_for_offset_adjustment(F64 x, F64 y, F64 z) |
| 621 | { |
| 622 | F64* tranformed_coord = new F64[3]{0.0, 0.0, 0.0}; |
nothing calls this directly
no outgoing calls
no test coverage detected