Vector Projection

Project vector a onto vector b: projᵦa = ((a·b) / (b·b)) · b.