public class Vec2f
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static Vec2f | 
MAX  | 
static Vec2f | 
MIN  | 
static Vec2f | 
NEGATIVE_UNIT_X  | 
static Vec2f | 
NEGATIVE_UNIT_Y  | 
static Vec2f | 
ONE  | 
static Vec2f | 
UNIT_X  | 
static Vec2f | 
UNIT_Y  | 
float | 
x  | 
float | 
y  | 
static Vec2f | 
ZERO  | 
| Constructor and Description | 
|---|
Vec2f(float xIn,
     float yIn)  | 
public static final Vec2f ZERO
public static final Vec2f ONE
public static final Vec2f UNIT_X
public static final Vec2f NEGATIVE_UNIT_X
public static final Vec2f UNIT_Y
public static final Vec2f NEGATIVE_UNIT_Y
public static final Vec2f MAX
public static final Vec2f MIN
public final float x
public final float y