Class Quatf

java.lang.Object
com.hypixel.hytale.math.Quatf

public class Quatf extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    final float
     
    final float
     
    final float
     
    final float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Quatf(float x, float y, float z, float w)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Quatf
    deserialize(io.netty.buffer.ByteBuf buf, int offset)
     
    void
    serialize(io.netty.buffer.ByteBuf buf)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SIZE

      public static final int SIZE
      See Also:
    • x

      public final float x
    • y

      public final float y
    • z

      public final float z
    • w

      public final float w
  • Constructor Details

    • Quatf

      public Quatf(float x, float y, float z, float w)
  • Method Details

    • deserialize

      @Nonnull public static Quatf deserialize(@Nonnull io.netty.buffer.ByteBuf buf, int offset)
    • serialize

      public void serialize(@Nonnull io.netty.buffer.ByteBuf buf)