Essentially I want to make a rectangular plane face an object at all times.
1) I have found my plane equation (ax + by + cz + d = 0)
2) I have the center point of the rectangle (P0 = (x0,y0,z0)), which lays on the plane.
3) I have the width and Height of the rectangle. (W, H)
4) I know that the top two corners of the rectangle will have equal Y values, this goes for bottom 2 corners also. (Y is my up and down axis, the rectangle top and bottom lines will always be parallel to the x,z plane)
Does anyone know how to find the x,y,z values of the four corners C1,C2,C3,C4?