If Pi represents a set of control points (one-, two-, three-, or even four- dimensional), then the equation
represents a Bezier curve as u varies from 0 to 1. To represent the same curve but allowing u to vary between u1 and u2 instead of 0 and 1, evaluate
The command glMap1() defines a one-dimensional evaluator that uses these equations.