How to change coordinate system from one plane to another?

148 Views Asked by At

I have two planes plane1 and plane2 which equations are known. Given a point c with coordinates (x,y,z) of the plane plane1, is there any way to get the correspondent point c' on plane2? I've tried with the affine transformations but I don't know the matrix transformation.