com.mojang.math

public final class Transformation

i
com.mojang.math.Transformation
net.minecraft.class_4590
net.minecraft.unmapped.C_qvfggwhk
net.minecraft.util.math.AffineTransformation
net.minecraft.util.math.AffineTransformation
net.minecraft.src.C_4649_

Field summary

Modifier and TypeField
private final Matrix4f
a
matrix
field_20900
f_szsaedbu
matrix
matrix
f_121078_
private boolean
b
decomposed
field_20901
f_qcmowogu
initialized
initialized
f_121079_
private Vector3f
c
translation
field_20902
f_pxscgwbh
translation
translation
f_121080_
private Quaternion
d
leftRotation
field_20903
f_xvdwwzoy
rotation2
rotation2
f_121081_
private Vector3f
e
scale
field_20904
f_pqyrnugd
scale
scale
f_121082_
private Quaternion
f
rightRotation
field_20905
f_rjevkvai
rotation1
rotation1
f_121083_
private static final Transformation
g
IDENTITY
field_20906
f_dmnzzrmw
IDENTITY
IDENTITY
f_121084_

Constructor summary

ModifierConstructor
public (Matrix4f matrix)
public (Vector3f translation, Quaternion rotation2, Vector3f scale, Quaternion rotation1)

Method summary

Modifier and TypeMethod
public static Transformation
a()
identity()
method_22931()
m_vyzuadlc()
identity()
identity()
m_121093_()
public Transformation
a(i arg0)
compose(Transformation arg0)
method_22933(class_4590 arg0)
m_obconduq(C_qvfggwhk arg0)
multiply(AffineTransformation other)
multiply(AffineTransformation other)
m_121096_(C_4649_ arg0)
public Transformation
b()
inverse()
method_22935()
m_vsjcqqzf()
invert()
invert()
m_121103_()
private void
h()
ensureDecomposed()
method_22938()
m_kaoapzbm()
init()
init()
m_121106_()
private static Matrix4f
a(k arg0, g arg1, k arg2, g arg3)
compose(Vector3f arg0, Quaternion arg1, Vector3f arg2, Quaternion arg3)
method_22934(class_1160 arg0, class_1158 arg1, class_1160 arg2, class_1158 arg3)
m_tlqcpfkj(C_zviwfwgf arg0, C_rvxttsxe arg1, C_zviwfwgf arg2, C_rvxttsxe arg3)
setup(Vec3f translation, Quaternion rotation2, Vec3f scale, Quaternion rotation1)
setup(Vec3f translation, Quaternion rotation2, Vec3f scale, Quaternion rotation1)
m_121098_(C_4684_ p_121099_, C_2889_ p_121100_, C_4684_ p_121101_, C_2889_ p_121102_)
public static com.mojang.datafixers.util.Pair<Matrix3f, Vector3f>
a(d arg0)
toAffine(Matrix4f arg0)
method_22932(class_1159 arg0)
m_ilvcscps(C_gxvddjib arg0)
getLinearTransformationAndTranslationFromAffine(Matrix4f affineTransform)
getLinearTransformationAndTranslationFromAffine(Matrix4f affineTransform)
m_121094_(C_802_ p_121095_)
public Matrix4f
c()
getMatrix()
method_22936()
m_moaepuey()
getMatrix()
getMatrix()
m_121104_()
public Vector3f
d()
getTranslation()
method_35865()
m_ewaydhrq()
getTranslation()
getTranslation()
m_175940_()
public Quaternion
e()
getLeftRotation()
method_22937()
m_ecpldnxa()
getRotation2()
getRotation2()
m_121105_()
public Vector3f
f()
getScale()
method_35866()
m_ekpyghfr()
getScale()
getScale()
m_175941_()
public Quaternion
g()
getRightRotation()
method_35867()
m_uhylvacf()
getRotation1()
getRotation1()
m_175942_()
public Transformation
a(i arg0, float arg1)
slerp(Transformation arg0, float arg1)
method_35864(class_4590 arg0, float arg1)
m_hsxkacmz(C_qvfggwhk arg0, float arg1)
method_35864(AffineTransformation arg0, float arg1)
m_hsxkacmz(AffineTransformation arg0, float arg1)
m_175937_(C_4649_ p_175939_, float arg1)