The document describes the Digital Differential Analyser (DDA) algorithm for generating points on a line between two given points. It provides the step-by-step procedure which includes calculating the change in x and y between points, determining the step size, calculating the increment amounts, and using a for loop to generate each point by incrementing x and y at each step. Examples are given to demonstrate calculating points between two given start and end points.