Processing math: 100%
Computergrafik
●
- Line-Plane Intersection
- Given plane with n⋅(p−o)=0 and line with p=v+d⋅λ
- Intersection point p=v+λ⋅d with λ=n⋅(v−o)−d⋅n
- Cohen-Sutherland algorithm
- Fast intersection test
- Intersection of line with all intersecting sides of the view frustum
●