libgpac
0.5.0
|
2D matrix More...
#include <gpac/math.h>
Public Attributes | |
Fixed | m [6] |
The 2D affine matrix object usied in GPAC. The transformation of P(x,y) in P'(X, Y) is:
X = m[0]*x + m[1]*y + m[2]; Y = m[3]*x + m[4]*y + m[5];