GF_Matrix2D Struct Reference
[math2d]
2D matrix
More...
#include <gpac/math.h>
List of all members.
|
Public Attributes |
Fixed | m [6] |
Detailed Description
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];
The documentation for this struct was generated from the following file: