Function projected_on

Source
pub fn projected_on<E, A, B, const SIZE: usize>(a: &A, b: &B) -> A
where A: VectorIterMut<E, SIZE> + Clone, B: VectorIter<E, SIZE>, E: NdFloat,
Expand description

Projects vector a onto vector b.