net.minecraft.util.math

public class Vec2f

bdv
net.minecraft.class_3019
net.minecraft.util.math.Vec2f
net.minecraft.util.math.Vec2f

Field summary

Modifier and TypeField
public static final Vec2f
a
field_14892
ZERO
ZERO
public static final Vec2f
b
field_14893
ONE
ONE
public static final Vec2f
c
field_14894
POS_X
UNIT_X
public static final Vec2f
d
field_14895
NEG_X
NEGATIVE_UNIT_X
public static final Vec2f
e
field_14896
POS_Y
UNIT_Y
public static final Vec2f
f
field_14897
NEG_Y
NEGATIVE_UNIT_Y
public static final Vec2f
g
field_14898
MAX
MAX
public static final Vec2f
h
field_14899
MIN
MIN
public final float
i
field_14900
x
x
public final float
j
field_14901
y
y

Constructor summary

ModifierConstructor
public (float x, float y)