Class Quat


  • public final class Quat
    extends Struct
    • Constructor Summary

      Constructors 
      Constructor Description
      Quat()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Quat __assign​(int _i, java.nio.ByteBuffer _bb)  
      void __init​(int _i, java.nio.ByteBuffer _bb)  
      static int createQuat​(FlatBufferBuilder builder, float x, float y, float z, float w)  
      float w()  
      float x()  
      float y()  
      float z()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Quat

        public Quat()
    • Method Detail

      • __init

        public void __init​(int _i,
                           java.nio.ByteBuffer _bb)
      • __assign

        public Quat __assign​(int _i,
                             java.nio.ByteBuffer _bb)
      • x

        public float x()
      • y

        public float y()
      • z

        public float z()
      • w

        public float w()
      • createQuat

        public static int createQuat​(FlatBufferBuilder builder,
                                     float x,
                                     float y,
                                     float z,
                                     float w)