com.mojang.math

public final class Transformation

f
com.mojang.math.Transformation
net.minecraft.class_4590
net.minecraft.unmapped.C_qvfggwhk
net.minecraft.client.util.math.AffineTransformation
net.minecraft.util.math.vector.TransformationMatrix

Field summary

Modifier and TypeField
private final Matrix4f
a
matrix
field_20900
f_szsaedbu
matrix
field_227976_a_
private boolean
b
decomposed
field_20901
f_qcmowogu
initialized
field_227977_b_
private Vector3f
c
translation
field_20902
f_pxscgwbh
translation
field_227978_c_
private Quaternion
d
leftRotation
field_20903
f_xvdwwzoy
rotation2
field_227979_d_
private Vector3f
e
scale
field_20904
f_pqyrnugd
scale
field_227980_e_
private Quaternion
f
rightRotation
field_20905
f_rjevkvai
rotation1
field_227981_f_
private static final Transformation
g
IDENTITY
field_20906
f_dmnzzrmw
IDENTITY
field_227982_g_

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()
func_227983_a_()
public Transformation
a(f arg0)
compose(Transformation arg0)
method_22933(class_4590 arg0)
m_obconduq(C_qvfggwhk arg0)
multiply(AffineTransformation other)
func_227985_a_(TransformationMatrix arg0)
public Transformation
b()
inverse()
method_22935()
m_vsjcqqzf()
invert()
func_227987_b_()
private void
e()
ensureDecomposed()
method_22938()
m_kaoapzbm()
init()
func_227990_e_()
private static Matrix4f
a(g arg0, d arg1, g arg2, d 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(Vector3f translation, Quaternion rotation2, Vector3f scale, Quaternion rotation1)
func_227986_a_(Vector3f arg0, Quaternion arg1, Vector3f arg2, Quaternion arg3)
public static com.mojang.datafixers.util.Pair<Matrix3f, Vector3f>
a(b arg0)
toAffine(Matrix4f arg0)
method_22932(class_1159 arg0)
m_ilvcscps(C_gxvddjib arg0)
getLinearTransformationAndTranslationFromAffine(Matrix4f affineTransform)
func_227984_a_(Matrix4f arg0)
public Matrix4f
c()
getMatrix()
method_22936()
m_moaepuey()
getMatrix()
func_227988_c_()
public Quaternion
d()
getLeftRotation()
method_22937()
m_ecpldnxa()
getRotation2()
func_227989_d_()