Class Quaternion4f

java.lang.Object
com.github.retrooper.packetevents.util.Quaternion4f

public class Quaternion4f extends Object
  • 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)