별의 공부 블로그 🧑🏻‍💻
728x90
728x170

De Casteljau Algorithm

Bezier Curve Review

  • Cubic polynomial in Bernstein Bases

 

  • End point Interpolation
    • $p(0) = b_{0}$
    • $p(1) = b_{3}$
  • The tangent vectors to the curve at the end points are coincident with the first and last edges of the control point polygon
    • $p'(0) = 3(b_{1} - b_{0})$
    • $p'(1) = 3(b_{3} - b_{2})$

 

Bezier Curve

 

De Casteljau Algorithm(드 카스텔조 알고리즘)

  • Alternative way for evaluating a point on a Bezier Curve
  • Multi-Linear construction
    • Six times of linear interpolations

 


 

More Information

 

3. 카사쥬 알고리즘 (동영상) | 애니메이션 곡선의 수학 | Khan Academy

카사죠의 알고리즘을 이용하면 아무 개수의 점을 이용해 곡선을 계산할 수 있습니다.

ko.khanacademy.org

 

728x90
그리드형(광고전용)
⚠️AdBlock이 감지되었습니다. 원할한 페이지 표시를 위해 AdBlock을 꺼주세요.⚠️
starrykss
starrykss
별의 공부 블로그 🧑🏻‍💻


📖 Contents 📖