Vector3d.normalize

Scale this vector to have the given length.

@param length the desired length @return this

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

Meta