How do I determine the homogeneous transformation matrix for the following question:
A triangle with vertices A(50,20),B(40,10),C(60,10) is required to be rotated by 45 degrees in clockwise direction about line y = -4x - 3. Find out the final coordinate positions of the triangle after performing the desired transformation.
I only found the steps or formula for reflection about line y=mx+c, but I didn't find any solution to compute the transformation matrix for the above question.