Processing math: 100%
Computergrafik

Line Clipping

  • Line-Plane Intersection
    • Given plane with n(po)=0 and line with p=v+dλ
      • Intersection point p=v+λd with λ=n(vo)dn
  • Cohen-Sutherland algorithm
    • Fast intersection test
    • Intersection of line with all intersecting sides of the view frustum


Options: