Is it possible to solve for #u# and #v#, given the following matrix multiplication chain?
I am attempting to determine the intersections between a parametric Bezier surface, and line #L=P_0+tV# , where #P# is a point that lies on the line, and #V# is a vector describing the line's direction.
The following image's source presents a seemingly convenient matrix form. The equation in the image represents the calculation of a point that lies on the surface, given the parameters #u# and #v# .
