Class Vector2f

java.lang.Object
net.minecraft.util.math.vector.Vector2f

public class Vector2f extends Object
  • Field Details

    • ZERO

      public static final Vector2f ZERO
    • ONE

      public static final Vector2f ONE
    • UNIT_X

      public static final Vector2f UNIT_X
    • NEG_UNIT_X

      public static final Vector2f NEG_UNIT_X
    • UNIT_Y

      public static final Vector2f UNIT_Y
    • NEG_UNIT_Y

      public static final Vector2f NEG_UNIT_Y
    • MAX

      public static final Vector2f MAX
    • MIN

      public static final Vector2f MIN
    • x

      public final float x
    • y

      public final float y
  • Constructor Details

    • Vector2f

      public Vector2f(float p_i47143_1_, float p_i47143_2_)
  • Method Details

    • equals

      public boolean equals(Vector2f p_201069_1_)