| public AffineTransformation | |
| public AffineTransformation | | inverse() | | inverse() | | method_22935() | | invert() |
|
| private void | | ensureDecomposed() | | ensureDecomposed() | | method_22938() | | init() |
|
| private static org.joml.Matrix4f | | compose(org.joml.Vector3fc translation, org.joml.Quaternionfc leftRotation, org.joml.Vector3fc scale, org.joml.Quaternionfc rightRotation) | | compose(org.joml.Vector3fc translation, org.joml.Quaternionfc leftRotation, org.joml.Vector3fc scale, org.joml.Quaternionfc rightRotation) | | method_22934(org.joml.Vector3fc arg0, org.joml.Quaternionfc arg1, org.joml.Vector3fc arg2, org.joml.Quaternionfc arg3) | | setup(org.joml.Vector3fc translation, org.joml.Quaternionfc leftRotation, org.joml.Vector3fc scale, org.joml.Quaternionfc rightRotation) |
|
| public org.joml.Matrix4fc | | getMatrix() | | getMatrix() | | method_22936() | | getMatrix() |
|
| public org.joml.Matrix4f | | getMatrixCopy() | | getMatrixCopy() | | method_68076() | | copyMatrix() |
|
| public org.joml.Vector3fc | | translation() | | translation() | | method_35865() | | getTranslation() |
|
| public org.joml.Quaternionfc | | leftRotation() | | leftRotation() | | method_22937() | | getLeftRotation() |
|
| public org.joml.Vector3fc | | scale() | | scale() | | method_35866() | | getScale() |
|
| public org.joml.Quaternionfc | | rightRotation() | | rightRotation() | | method_35867() | | getRightRotation() |
|
| public AffineTransformation | |
| public static org.joml.Matrix4fc | |