Rotating a straight line about a point (2D)
- by Arijit
What is the method of rotating a straight line about a point and compute the new equation of the rotated line ?
Say we have to rotate ax+by+c =0 through the angle Theta about the point P(x,y). And then find the Equation of the line after rotation.