com.mojang.math

public class Vector4f

l
com.mojang.math.Vector4f
net.minecraft.class_1162
net.minecraft.unmapped.C_txdkjsnl
net.minecraft.util.math.Vector4f
net.minecraft.src.C_4749_
com.mojang.math.Vector4f

Field summary

Modifier and TypeField
private float
a
x
field_21486
f_rofghpto
x
f_123589_
private float
b
y
field_21487
f_pwybmgdl
y
f_123590_
private float
c
z
field_21488
f_kduoyokp
z
f_123591_
private float
d
w
field_21489
f_pnpzvedf
w
f_123592_

Constructor summary

ModifierConstructor
public ()
public (float x, float y, float z, float w)
public (Vector3f vector)

Method summary

Modifier and TypeMethod
public float
a()
x()
method_4953()
m_aactesjt()
getX()
m_123601_()
public float
b()
y()
method_4956()
m_kqcisfxg()
getY()
m_123615_()
public float
c()
z()
method_4957()
m_idncvhve()
getZ()
m_123616_()
public float
d()
w()
method_23853()
m_sbdnkjck()
getW()
m_123617_()
public void
a(float arg0)
mul(float arg0)
method_35927(float arg0)
m_xmzzwiir(float arg0)
multiply(float value)
m_176870_(float arg0)
public void
a(k arg0)
mul(Vector3f arg0)
method_4954(class_1160 arg0)
m_fxoovsjy(C_zviwfwgf arg0)
multiplyComponentwise(Vec3f vector)
m_123611_(C_4684_ arg0)
public void
a(float arg0, float arg1, float arg2, float arg3)
set(float arg0, float arg1, float arg2, float arg3)
method_23851(float arg0, float arg1, float arg2, float arg3)
m_tsqadkit(float arg0, float arg1, float arg2, float arg3)
set(float x, float y, float z, float w)
m_123602_(float p_123604_, float p_123605_, float p_123606_, float arg3)
public void
b(float arg0, float arg1, float arg2, float arg3)
add(float arg0, float arg1, float arg2, float arg3)
method_35929(float arg0, float arg1, float arg2, float arg3)
m_zxlfibhg(float arg0, float arg1, float arg2, float arg3)
add(float x, float y, float z, float w)
m_176875_(float p_176877_, float p_176878_, float p_176879_, float arg3)
public float
a(l arg0)
dot(Vector4f arg0)
method_23217(class_1162 arg0)
m_owtaktut(C_txdkjsnl arg0)
dotProduct(Vector4f other)
m_123613_(C_4749_ arg0)
public boolean
e()
normalize()
method_23218()
m_xqtyopzv()
normalize()
m_123618_()
public void
a(d arg0)
transform(Matrix4f arg0)
method_22674(class_1159 arg0)
m_gnporugf(C_gxvddjib arg0)
transform(Matrix4f matrix)
m_123607_(C_802_ arg0)
public void
a(g arg0)
transform(Quaternion arg0)
method_23852(class_1158 arg0)
m_jbxnovho(C_rvxttsxe arg0)
rotate(Quaternion rotation)
m_123609_(C_2889_ arg0)
public void
f()
perspectiveDivide()
method_23219()
m_nvcmopel()
normalizeProjectiveCoordinates()
m_123621_()
public void
a(l arg0, float arg1)
lerp(Vector4f arg0, float arg1)
method_35928(class_1162 arg0, float arg1)
m_qawwkkpp(C_txdkjsnl arg0, float arg1)
lerp(Vector4f to, float delta)
m_176872_(C_4749_ p_176874_, float arg1)