I have a piecewise function from -1 to 0 in Maple, and I want somehow get a mirror piecewise function about y axis, just like here:

Is there any bult-in function for that?
I have a piecewise function from -1 to 0 in Maple, and I want somehow get a mirror piecewise function about y axis, just like here:

Is there any bult-in function for that?
However, we can think about the code
reflect(p, [pt_2d, pt_2d])in Maple, It is easy to do that as follows. I defined a function and their plots.