Function nalgebra::normalize[][src]

pub fn normalize<V: NormedSpace>(v: &V) -> V
👎 Deprecated:

use Matrix::normalize or Quaternion::normalize instead

Computes the normalized version of the vector v.

Deprecated

Use these methods instead:

Or, use NormedSpace::normalize.