Original Post
Hi, I'm using de casteljau's algorithm to evaluate the point for a given u value on the curve. For this u value I also need the derivative. I know that after n-1 (where n is the degree of the curve) subdivisions I get two points which give me the tangent vector. My question is how this tangent vector is related to the derivative and how I can get the derivative. thanks, quak