Class Vec4Init


  • public final class Vec4Init
    extends Table
    • Constructor Detail

      • Vec4Init

        public Vec4Init()
    • Method Detail

      • getRootAsVec4Init

        public static Vec4Init getRootAsVec4Init​(java.nio.ByteBuffer _bb)
      • getRootAsVec4Init

        public static Vec4Init getRootAsVec4Init​(java.nio.ByteBuffer _bb,
                                                 Vec4Init obj)
      • __init

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

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

        public float x()
      • y

        public float y()
      • z

        public float z()
      • w

        public float w()
      • createVec4Init

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