How to flip QPainter y-axis?

When reflecting a point in the y axis (r yaxis) do u switch the coordinates. like (x,y) becomes (y,x)?

  • Answer:

    When you reflect a point (x, y) across the y-axis, the result is the point (-x, y). Reflecting the point (x, y) across the x-axis yields an image of (x, -y). To reflect a graph across the y-axis, you replace each occurrence of x in its equation with -x. To reflect a graph across the x-axis, you replace y with -y.

Anonymous at ChaCha Visit the source

Was this solution helpful to you?

Other answers

When you reflect a point (x, y) across the y-axis, the result is the point (-x, y). Reflecting the point (x, y) across the x-axis yields an image of (x, -y). To reflect a graph across the y-axis, you replace each occurrence of x in its equation with -x. To reflect a graph across the x-axis, you replace y with -y.

Laura McAlister

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.