Uses of Class
org.deepjava.runtime.util.Matrix
-
Packages that use Matrix Package Description org.deepjava.runtime.util -
-
Uses of Matrix in org.deepjava.runtime.util
Subclasses of Matrix in org.deepjava.runtime.util Modifier and Type Class Description classVectorThis class implements a n-dimensional vector.classVector3This class implements a 3-dimensional vector.classVector4This class implements a 4-dimensional vector.Methods in org.deepjava.runtime.util that return Matrix Modifier and Type Method Description MatrixMatrix. clone()Creates and returns a copy of this object.static MatrixMatrix. rot3x(double angle)Methods in org.deepjava.runtime.util with parameters of type Matrix Modifier and Type Method Description booleanMatrix. add(Matrix left, Matrix right)Adds two matrices and stores the result in this instance.booleanMatrix. copy(Matrix M)Copies the content of matrixMinto this matrix.booleanMatrix. isEqual(Matrix M)Compares this object against the specified object.booleanMatrix. multiply(Matrix left, Matrix right)Multiplies two matrices and stores the result in this instance.static booleanMatrix. rot3x(Matrix A, double angle)booleanMatrix. transpose(Matrix original)Constructors in org.deepjava.runtime.util with parameters of type Matrix Constructor Description Matrix(Matrix M)Creates a new copy of aMatrixfrom a given matrixM.
-