Vector2d.this

Create a new {@link Vector2d} and initialize its components to the given values.

@param x the x value @param y the y value

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

Meta