Uses of Class
org.mp4parser.support.Matrix
-
Packages that use Matrix Package Description org.mp4parser.boxes.iso14496.part12 org.mp4parser.support -
-
Uses of Matrix in org.mp4parser.boxes.iso14496.part12
-
Uses of Matrix in org.mp4parser.support
Fields in org.mp4parser.support declared as Matrix Modifier and Type Field Description static MatrixMatrix. ROTATE_0static MatrixMatrix. ROTATE_180static MatrixMatrix. ROTATE_270static MatrixMatrix. ROTATE_90Methods in org.mp4parser.support that return Matrix Modifier and Type Method Description static MatrixMatrix. fromByteBuffer(ByteBuffer byteBuffer)static MatrixMatrix. fromFileOrder(double a, double b, double u, double c, double d, double v, double tx, double ty, double w)
-