Function angle

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

Computes the angle between two vectors.