[][src]Function gramit::vec::project

pub fn project<V: Vector>(from: &V, onto: &V) -> V

Project one vector onto another.

Returns the projection of from onto onto.