[][src]Function na::angle

pub fn angle<V>(a: &V, b: &V) -> <V as NormedSpace>::RealField where
    V: InnerSpace
Deprecated:

use Matrix::angle instead

Computes the smallest angle between two vectors.

Deprecated

Use Matrix::angle instead.

Or, use InnerSpace::angle.