Vector4d.normalize

Scale this vector to have the given length.

@param length the desired length @return this

  1. Vector4d normalize()
  2. Vector4d normalize(Vector4d dest)
  3. Vector4d normalize(double length)
    struct Vector4d
    ref public return
    normalize
    (
    double length
    )
  4. Vector4d normalize(double length, Vector4d dest)

Meta