Question: Propose how to define parametrically with functions x(u,v), y(u,v), z(u,v) a plane passing through points with coordinates (-4,0,0), (0,4,0), (2,0,4).
My thought process would be to use a bilinear representation to define the middle points, but I have no idea if that is the correct first step using the formula P’ = P1 + u(P2 - P1)
May I have guidance on how should I tackle this question, I apologize if it seems trivial, I have no idea beyond trying using a bilinear representation, and even then I am not sure if it is the correct way of dealing with this.