Vector2i.this

Create a new {@link Vector2i} and initialize its component values and round using the given {@link RoundingMode}. @param x the x component @param y the y component @param mode the {@link RoundingMode} to use

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

Meta