@Environment(value=CLIENT) public class Transformation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Transformation.Deserializer |
Modifier and Type | Field and Description |
---|---|
static Transformation |
IDENTITY |
Vector3f |
rotation |
Vector3f |
scale |
Vector3f |
translation |
Constructor and Description |
---|
Transformation(Vector3f rotation,
Vector3f translation,
Vector3f scale) |
Modifier and Type | Method and Description |
---|---|
void |
apply(boolean leftHanded,
MatrixStack matrices) |
boolean |
equals(Object o) |
int |
hashCode() |
public static final Transformation IDENTITY
public final Vector3f rotation
public final Vector3f translation
public final Vector3f scale