Given below are two statements: Statement š¼: Bezier curves are curves that…

2020

Given below are two statements:

StatementĀ š¼: Bezier curves are curves that interpolate all of their control points

StatementĀ š¼š¼: A cubic bezier curve has four control points

In the light of the above statements, choose the correct answer from the options given below

Answer: D. Statement š¼ is incorrect but Statement š¼š¼ is true — Answer: Statement I is incorrect; Statement II is true. Why Statement I is incorrect: A BĆ©zier curve is defined by control points that influence the shape of…

  1. A.

    Both StatementĀ š¼Ā and StatementĀ š¼š¼Ā are true

  2. B.

    Both StatementĀ š¼Ā and StatementĀ š¼š¼Ā are false

  3. C.

    StatementĀ š¼Ā is correct but StatementĀ š¼š¼Ā is false

  4. D.

    StatementĀ š¼Ā is incorrect but StatementĀ š¼š¼Ā is true

Attempted by 138 students.

Show answer & explanation

Correct answer: D

Answer: Statement I is incorrect; Statement II is true.

Why Statement I is incorrect:

A BƩzier curve is defined by control points that influence the shape of the curve. The curve generally passes through the first and last control points (endpoints), but intermediate control points do not usually lie on the curve; they pull the curve toward them rather than being interpolated.

Why Statement II is true:

  • A cubic BĆ©zier curve is specified by four control points, commonly labeled P0, P1, P2, and P3.

  • Its parametric form (for 0 ≤ t ≤ 1) is B(t) = (1 - t)^3 P0 + 3t(1 - t)^2 P1 + 3t^2(1 - t) P2 + t^3 P3, which uses exactly four control points.

Conclusion: Statement I is false because BƩzier curves do not interpolate all control points (only endpoints are guaranteed); Statement II is true because a cubic BƩzier curve is defined by four control points.

Explore the full course: Nta Ugc Net Paper 2

Loading lesson…