类 Matrix2
java.lang.Object
pkg.exoad.poprock.core.math.Matrix2
-
字段详细资料
-
m
public float[][] m
-
-
构造器详细资料
-
Matrix2
public Matrix2() -
Matrix2
public Matrix2(float[][] m) -
Matrix2
public Matrix2(float a, float b, float c, float d)
-
-
方法详细资料
-
add
-
sub
-
mul
-
inv
-
div
-
det
public float det() -
transpose
-
rot0
-
mul
-
rot
-
rot0
-
rot0
-
rot1
public void rot1(float x, float y, float z) -
rot1
-
rot1
public void rot1(float theta) -
rot0
-
rot0
-
rot1
public void rot1(float x, float y) -
rot1
-