Class Vector2f


  • public class Vector2f
    extends java.lang.Object
    • Field Detail

      • ZERO

        public static final Vector2f ZERO
      • 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
      • x

        public final float x
      • y

        public final float y
    • Constructor Detail

      • Vector2f

        public Vector2f​(float p_i47143_1_,
                        float p_i47143_2_)
    • Method Detail

      • equals

        public boolean equals​(Vector2f p_201069_1_)