public class Vector2f
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Vector2f |
MAX |
static Vector2f |
MIN |
static Vector2f |
NEG_UNIT_X |
static Vector2f |
NEG_UNIT_Y |
static Vector2f |
ONE |
static Vector2f |
UNIT_X |
static Vector2f |
UNIT_Y |
float |
x |
float |
y |
static Vector2f |
ZERO |
Constructor and Description |
---|
Vector2f(float p_i47143_1_,
float p_i47143_2_) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Vector2f p_201069_1_) |
public static final Vector2f ZERO
public static final Vector2f ONE
public static final Vector2f UNIT_X
public static final Vector2f NEG_UNIT_X
public static final Vector2f UNIT_Y
public static final Vector2f NEG_UNIT_Y
public static final Vector2f MAX
public static final Vector2f MIN
public final float x
public final float y
public boolean equals(Vector2f p_201069_1_)