Project point onto plane along the direction of a given vector

1.2k Views Asked by At

I want to find a non-orthogonal projection matrix (3D). Basically, I want to project all points from one set onto a plane along the direction of a given vector. And I want to compute the matrix of that transformation.