Uses of Class
uk.ac.manchester.tornado.api.types.matrix.Matrix2DFloat4
Packages that use Matrix2DFloat4
-
Uses of Matrix2DFloat4 in uk.ac.manchester.tornado.api.types.matrix
Fields in uk.ac.manchester.tornado.api.types.matrix with type parameters of type Matrix2DFloat4Methods in uk.ac.manchester.tornado.api.types.matrix that return Matrix2DFloat4Methods in uk.ac.manchester.tornado.api.types.matrix with parameters of type Matrix2DFloat4Modifier and TypeMethodDescriptionvoidMatrix2DFloat4.multiply(Matrix2DFloat4 a, Matrix2DFloat4 b) static voidMatrix2DFloat4.scale(Matrix2DFloat4 matrix, float value) voidMatrix2DFloat4.set(Matrix2DFloat4 m) static voidMatrix2DFloat4.transpose(Matrix2DFloat4 matrix) Transposes the matrix in-place.