Function nalgebra::normalize

source ·
pub fn normalize<V: NormedSpace>(v: &V) -> V
👎Deprecated: use Matrix::normalize or Quaternion::normalize instead
Expand description

Computes the normalized version of the vector v.

Deprecated

Use these methods instead:

Or, use NormedSpace::normalize.