How do you ensure that a third-degree Bezier curve is a straight line segment?

257 Views Asked by At

Suppose that we have a Bezier curve of degree $3$. How can I ensure that the curve will be a straight line?

So as an example take this figure

Example 3th degree Bizier curve

I think that we can guarantee that the red line is a straight line if the weights of $b_1$ and $b_2$ are always zero with given parameter $t \in \space [0,1]$.

1

There are 1 best solutions below

2
On BEST ANSWER

The cubic Bezier curve will be a straight line when all the 4 control points are collinear.