java.lang.Object
de.s42.jara.core.Matrix3
public class Matrix3 extends Object
- Author:
- Benjamin Schiller
-
Field Summary
Fields Modifier and Type Field Description double[][]
m
-
Constructor Summary
Constructors Constructor Description Matrix3()
-
Method Summary
Modifier and Type Method Description void
computeNormalMatrixFromDirection(Vector3 normal)
Matrix3
copy(Matrix3 other)
Matrix3
identity()
Vector3
multiply(Vector3 vector)
Matrix3
set(int x, int y, double value)
Matrix3
setAll(double m00, double m01, double m02, double m10, double m11, double m12, double m20, double m21, double m22)
Matrix3
setColumn(int x, Vector3 column)
Matrix3
setRow(int y, Vector3 row)
Matrix3
textureDown()
Matrix3
textureUp()
Matrix3
transpose()
Matrix3
zero()