If you have at least two vectors, you can usually express a third one as a linear combination of the first two.
Affine combinations are an extension of linear combinations where the coefficients must sum to one.
This limitation makes way to some interesting ideas. We can deffine an affine hull of some given vectors as The affine hull of a set of vectors is the set of all possible affine combination. This is almost like a subspace, but it does not have to include the origin. The affine hull intersects the vectors. It is more intuitive to think about the vectors as points instead of directions.
The affine hull of two vectors (points) in looks like this.