Package me.c7dev.dexterity.util
Class RotationPlan
java.lang.Object
me.c7dev.dexterity.util.RotationPlan
Simple class to store all the possible amounts in degrees for each axis to run in a single rotation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
xDeg
public double xDeg -
yDeg
public double yDeg -
zDeg
public double zDeg -
yawDeg
public double yawDeg -
pitchDeg
public double pitchDeg -
rollDeg
public double rollDeg -
setX
public boolean setX -
setY
public boolean setY -
setZ
public boolean setZ -
setYaw
public boolean setYaw -
setPitch
public boolean setPitch -
setRoll
public boolean setRoll -
reset
public boolean reset -
async
public boolean async
-
-
Constructor Details
-
RotationPlan
public RotationPlan()
-
-
Method Details
-
clone
-