0
49kviews
Explain Liang Barsky line clipping algorithm. Apply this algorithm to the line with coordinates (30, 60) and (60, 25) against the window.

$(X_{min}, Y_{min}) = (10, 10) and (X_{max}, Y_{max}) = (50, 50)$

Mumbai university > Comp > SEM 4 > Computer Graphics

Marks: 10M

Year: May 2014 , Dec 2014

1 Answer
2
1.6kviews
  1. Liang – Barsky line clipping algorithm is faster line clipper algorithm based on analysis of the parametric equation of a line segment.

    Parametric equation of line segment:

    X = X1 + U ΔX

    Y = Y1 + U ΔY

    Where, ΔX = X2 – X1 and ΔY = Y2 – …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.