Let's take a point $E = (x_A, y_A)$ and line $p: Ax+By+C=0$ Let's find the reflection point of point $E$ over the line $p$
- I find the equation of a line perpendicular to $p$ and passing through point E
- I find the distance between $E$ and $p$: $d(E,p)$
- I solve the equation $$d(E,p)=\frac{|Ax_A +B(x_A+m)+C|}{\sqrt{A^2+B^2}}$$
Is there a more effective way to reflect a point around a line?
