Package camera3D.generators.util
Class AnaglyphMatrix
java.lang.Object
camera3D.generators.util.AnaglyphMatrix
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAnaglyphMatrix
(float r1c1, float r1c2, float r1c3, float r2c1, float r2c2, float r2c3, float r3c1, float r3c2, float r3c3) AnaglyphMatrix
(int r1c1, int r1c2, int r1c3, int r2c1, int r2c2, int r2c3, int r3c1, int r3c2, int r3c3) -
Method Summary
-
Field Details
-
r1c1
public float r1c1 -
r1c2
public float r1c2 -
r1c3
public float r1c3 -
r2c1
public float r2c1 -
r2c2
public float r2c2 -
r2c3
public float r2c3 -
r3c1
public float r3c1 -
r3c2
public float r3c2 -
r3c3
public float r3c3
-
-
Constructor Details
-
AnaglyphMatrix
public AnaglyphMatrix(float r1c1, float r1c2, float r1c3, float r2c1, float r2c2, float r2c3, float r3c1, float r3c2, float r3c3) -
AnaglyphMatrix
public AnaglyphMatrix(int r1c1, int r1c2, int r1c3, int r2c1, int r2c2, int r2c3, int r3c1, int r3c2, int r3c3)
-
-
Method Details
-
rightMult
-