Uses of Class
uk.ac.manchester.tornado.api.types.matrix.Matrix2DFloat
Packages that use Matrix2DFloat
-
Uses of Matrix2DFloat in uk.ac.manchester.tornado.api.types.matrix
Methods in uk.ac.manchester.tornado.api.types.matrix that return Matrix2DFloatMethods in uk.ac.manchester.tornado.api.types.matrix with parameters of type Matrix2DFloatModifier and TypeMethodDescriptionvoidMatrix2DFloat.multiply(Matrix2DFloat a, Matrix2DFloat b) static voidMatrix2DFloat.scale(Matrix2DFloat matrix, float value) voidMatrix2DFloat.set(Matrix2DFloat m) static voidMatrix2DFloat.transpose(Matrix2DFloat matrix) Transposes the matrix in-place.