Class Vec3Init


  • public final class Vec3Init
    extends Table
    • Constructor Detail

      • Vec3Init

        public Vec3Init()
    • Method Detail

      • getRootAsVec3Init

        public static Vec3Init getRootAsVec3Init​(java.nio.ByteBuffer _bb)
      • getRootAsVec3Init

        public static Vec3Init getRootAsVec3Init​(java.nio.ByteBuffer _bb,
                                                 Vec3Init obj)
      • __init

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

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

        public float x()
      • y

        public float y()
      • z

        public float z()
      • createVec3Init

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