2D Ray
Line segment with one endpoint at infinity
Parametric representation:
P = P1 + t V, (0 <= t < ?)
typedef struct {
Point P1;
Vector V;
} Line;
P1
V
Previous slide
Next slide
Back to first slide
View graphic version