类 Matrix2

java.lang.Object
pkg.exoad.poprock.core.math.Matrix2

public class Matrix2 extends Object
  • 字段详细资料

    • m

      public float[][] m
  • 构造器详细资料

    • Matrix2

      public Matrix2()
    • Matrix2

      public Matrix2(float[][] m)
    • Matrix2

      public Matrix2(float a, float b, float c, float d)
  • 方法详细资料

    • add

      public Matrix2 add(Matrix2 e)
    • sub

      public Matrix2 sub(Matrix2 e)
    • mul

      public Matrix2 mul(float k)
    • inv

      public Matrix2 inv()
    • div

      public Matrix2 div(float k)
    • det

      public float det()
    • transpose

      public Matrix2 transpose()
    • rot0

      public Matrix2 rot0(float theta)
    • mul

      public Matrix2 mul(Matrix2 e)
    • rot

      public Matrix2 rot(float theta)
    • rot0

      public Matrix2 rot0(float x, float y, float z)
    • rot0

      public Matrix2 rot0(Vector3F v)
    • rot1

      public void rot1(float x, float y, float z)
    • rot1

      public void rot1(Vector3F v)
    • rot1

      public void rot1(float theta)
    • rot0

      public Matrix2 rot0(float x, float y)
    • rot0

      public Matrix2 rot0(Vector2F v)
    • rot1

      public void rot1(float x, float y)
    • rot1

      public void rot1(Vector2F v)