libgpac  0.5.0
Public Attributes | List of all members
GF_Matrix2D Struct Reference

2D matrix More...

#include <gpac/math.h>

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: