Uses of Class
uk.ac.manchester.tornado.api.types.matrix.Matrix2DInt
Packages that use Matrix2DInt
-
Uses of Matrix2DInt in uk.ac.manchester.tornado.api.types.matrix
Methods in uk.ac.manchester.tornado.api.types.matrix that return Matrix2DIntMethods in uk.ac.manchester.tornado.api.types.matrix with parameters of type Matrix2DIntModifier and TypeMethodDescriptionvoidMatrix2DInt.multiply(Matrix2DInt a, Matrix2DInt b) static voidMatrix2DInt.scale(Matrix2DInt matrix, int value) voidMatrix2DInt.set(Matrix2DInt m) static voidMatrix2DInt.transpose(Matrix2DInt matrix) Transposes the matrix in-place.