Vector2d.set

Set the x and y components to the supplied values.

@param x the x value @param y the y value @return this

  1. Vector2d set(double d)
  2. Vector2d set(double x, double y)
    struct Vector2d
    ref public return
    set
    (
    double x
    ,
    double y
    )
  3. Vector2d set(Vector2d v)
  4. Vector2d set(Vector2i v)
  5. Vector2d set(double[] xy)

Meta