VideoAffineTransformationMeta.applyMatrix
void applyMatrix(float[] matrix) nothrowApply a transformation using the given 4x4 transformation matrix. Performs the multiplication, meta->matrix X matrix.
Parameters
matrix | a 4x4 transformation matrix to be applied |