Package net.minecraft.util.math.vector
Class Vector2f
- java.lang.Object
-
- net.minecraft.util.math.vector.Vector2f
-
public class Vector2f extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Vector2f(float p_i47143_1_, float p_i47143_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Vector2f p_201069_1_)
-
-
-
Field Detail
-
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
-
-
Method Detail
-
equals
public boolean equals(Vector2f p_201069_1_)
-
-