Parametric Curves: A Review

As mentioned in the discussion of boundary representations, each face is surrounded by edges, which could be line segments or curve segments and the face itself is part of a surface (i.e., a surface patch). In this unit, we shall talk about the general concept of curve segments in parametric forms.

A parametric curve in space has the following form:

f: [0,1] -> ( f(u), g(u), h(u) )
where f(), g() and h() are three real-valued functions mapping a real value u in the closed interval [0,1] to real values. The domain of these real functions and vector-valued function f() does not have to be [0,1]. It can be any closed interval; but, for simplicity purpose, we restrict the domain to [0,1]. Thus, each u in [0,1], there corresponds to a point ( f(u), g(u), h(u) ) in space.

In this course, functions f(), g() and h() are always polynomials.

Note that if function h() is removed from the definition of f(), f() has two coordinate components and becomes a curve on the coordinate plane.

Examples