[−][src]Function nalgebra::angle
pub fn angle<V: InnerSpace>(a: &V, b: &V) -> V::RealField
Deprecated:
use Matrix::angle
instead
Computes the smallest angle between two vectors.
Deprecated
Use [Matrix::angle] instead.
Or, use InnerSpace::angle.