An affine combination is like a linear combination, however for coefficients $a_i$:
$$\forall a_i \in F: \sum_{i=0}^{n} a_i = 1$$
However you can also subtract points from each other in affine space, producing a distance vector in the process, but isn't this subtraction just an affine combination with $\sum_{i=0}^{n} a_i = 0$?