
84 Chapter 3 Vector Algebra
This form is generally used when the term affine combination is used and is quite a
convenient notation.
It should be clear that if we set α between 0 and 1, the point R will be between
P and Q; if this is the case, then we call this a convex combination. However, our
definition of affine combination doesn’t really preclude us from setting α outside this
range, in which case the resulting R will be somewhere on the (infinite) line defined
by P and Q.
We can extend the affine combination, as you may have suspected, to involve
more than just two points: Given n points P
1
, P
2
, ..., P
n
, and n real numbers
α
1
, α
2
, ..., α
n
whose sum is 1, we can define an affine combination to be
P
1
+ α
2
P
2
− P
1
+ α
3
P
3
− P
2
+···+α
n
P
n
− P
1
and again rewrite this as
α
1
P
1
+ α
2
P
2
+···+α
n
P
n
An example is shown in the top of Figure 3.26, in which α
1
=α
2
=α
3
=α
4
=0.25.
The careful reader may have noticed that α
1
does not appear in the original affine
combination, yet it does appear in the rewritten form below it. Why are P
1
and
α
1
“special”? Actually, they are not. We can interchange the roles of P
1
and any of
the other points, compute the affine combination using the same coefficients, and
produce the same point. The lower diagram in Figure 3.26 shows what happens when
we interchange P
1
and P
2
—we get the same Q as an affine combination.
3.3.1 Euclidean Geometry
You should have noticed several things missing from all of these discussions of affine
geometry:
There has been no mention of any concept of an origin in an affine space.
We’ve only really talked about angle in a rather general sense, but not specified
how we define or compute angles.
While it’s clear that two points in affine space are separated by some distance,
we’ve not discussed it beyond that.
These have not been accidental omissions. In fact, affine space by definition has no
origin (there is no special point distinct from all others) and does not include any
mechanism for defining length or angle (remember, affine space itself consists of
points, and thus the questions “What is the angle between two points?” and “What is
the length of a point?” are meaningless).
The lack of a predefined origin to an affine space shouldn’t really bother us,
though: typically, in computer graphics and geometric design, models (in the sense of