net.minecraft.client.util.math

public record Vector2f

net.minecraft.client.model.geom.builders.UVPair
net.minecraft.class_5611
net.minecraft.client.util.math.Vector2f

Field summary

Modifier and TypeField
private final float
u
comp_5231
x
private final float
v
comp_5232
y

Constructor summary

ModifierConstructor
public (float x, float y)

Method summary

Modifier and TypeMethod
public static long
pack(float u, float v)
method_76640(float arg0, float arg1)
toLong(float x, float y)
public static float
unpackU(long packedUV)
method_76641(long arg0)
getX(long x)
public static float
unpackV(long packedUV)
method_76642(long arg0)
getY(long y)
public float
u()
comp_5231()
x()
public float
v()
comp_5232()
y()