Class Mat4x3


  • public final class Mat4x3
    extends Struct
    • Constructor Detail

      • Mat4x3

        public Mat4x3()
    • Method Detail

      • __init

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

        public Mat4x3 __assign​(int _i,
                               java.nio.ByteBuffer _bb)
      • c0

        public Vec4 c0()
      • c1

        public Vec4 c1()
      • c2

        public Vec4 c2()
      • createMat4x3

        public static int createMat4x3​(FlatBufferBuilder builder,
                                       float c0_x,
                                       float c0_y,
                                       float c0_z,
                                       float c0_w,
                                       float c1_x,
                                       float c1_y,
                                       float c1_z,
                                       float c1_w,
                                       float c2_x,
                                       float c2_y,
                                       float c2_z,
                                       float c2_w)