Homogeneous Coordinates
Add a 3rd coordinate to every 2D point
- (x, y, w) represents a point at location (x/w, y/w)
- (x, y, 0) represents a point at infinity
- (0, 0, 0) is not allowed
Convenient coordinate system to represent many useful transformations