Bezier Curve
Animation: Bezier Curve
What is a Bezier curve?
View Answer:
Interview Response: Bezier curves are used in computer graphics to draw shapes, CSS animation, or other implementations. They are a straightforward thing, worth studying once, and then feel comfortable in the world of vector graphics and advanced animations.
What is the minimum number of control points a Bezier curve can have?
View Answer:
Interview Response: Bezier curves can have 2, 3, 4, or more control points, but the minimum number is 2.