vector_projection

sknano.core.math.vector.vector_projection(a, b)[source] [edit on github][source]

Compute the vector projection of a onto b.

Parameters:b (a,) –
Returns:
Return type:Vector