@Environment(value=CLIENT) public class ModelRotation extends Object
Modifier and Type | Field and Description |
---|---|
float |
angle |
Direction.Axis |
axis |
Vector3f |
origin |
boolean |
rescale |
Constructor and Description |
---|
ModelRotation(Vector3f origin,
Direction.Axis axis,
float angle,
boolean rescale) |
public final Vector3f origin
public final Direction.Axis axis
public final float angle
public final boolean rescale
public ModelRotation(Vector3f origin, Direction.Axis axis, float angle, boolean rescale)