Vector2d.normalize

Scale this vector to have the given length.

@param length the desired length @return this

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

Meta