Class Quaternion4f
java.lang.Object
com.github.retrooper.packetevents.util.Quaternion4f
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Quaternion4f
public Quaternion4f(float x, float y, float z, float w)
-
-
Method Details
-
getX
public float getX() -
setX
public void setX(float x) -
getY
public float getY() -
setY
public void setY(float y) -
getZ
public float getZ() -
setZ
public void setZ(float z) -
getW
public float getW() -
setW
public void setW(float w)
-