Question: The function lerp(t,a, b) can be used to linearly interpolate between two points in space. If we use the De Casteljau algorithm to evaluate
The function lerp(t,a, b) can be used to linearly interpolate between two points in space. If we use the De Casteljau algorithm to evaluate 116 points on a cubic Bezier curve, how many times will the lerp(t,a,b) function be called? Answer = integer
Step by Step Solution
There are 3 Steps involved in it
To evaluate 116 points on a cubic Bezier curve using the De Casteljau algorithm we need to recur... View full answer
Get step-by-step solutions from verified subject matter experts
