Class Mat2x4


  • public final class Mat2x4
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Mat2x4​(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24)  
    • Constructor Detail

      • Mat2x4

        public Mat2x4​(float m11,
                      float m12,
                      float m13,
                      float m14,
                      float m21,
                      float m22,
                      float m23,
                      float m24)
    • Method Detail

      • getM11

        public float getM11()
      • getM12

        public float getM12()
      • getM13

        public float getM13()
      • getM14

        public float getM14()
      • getM21

        public float getM21()
      • getM22

        public float getM22()
      • getM23

        public float getM23()
      • getM24

        public float getM24()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object