GF_Matrix2D Struct Reference
[math2d]

2D matrix More...

#include <maths.h>

Data Fields

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];

Field Documentation


The documentation for this struct was generated from the following file:

Generated on 4 May 2016 for libgpac by  doxygen 1.6.1