Tizen Native API  3.0
3x3 Matrices in fixed point

Fixed point matrix operations.

Functions

void eina_matrix3_f16p16_identity (Eina_Matrix3_F16p16 *m)
 Sets the given fixed point matrix to the identity matrix.
void eina_matrix3_f16p16_compose (const Eina_Matrix3_F16p16 *m1, const Eina_Matrix3_F16p16 *m2, Eina_Matrix3_F16p16 *dst)
Eina_Matrix_Type eina_matrix3_f16p16_type_get (const Eina_Matrix3_F16p16 *m)
 Returns the type of the given fixed point matrix.

Typedefs

typedef struct _Eina_Matrix3_F16p16 Eina_Matrix3_F16p16

Typedef Documentation

Fixed point matrix3 handler


Function Documentation

Since (EFL) :
1.14
Since :
3.0

Sets the given fixed point matrix to the identity matrix.

Parameters:
mThe fixed point matrix to set

This function sets m to the identity matrix. No check is done on m.

Since (EFL) :
1.14
Since :
3.0

Returns the type of the given fixed point matrix.

Parameters:
mThe fixed point matrix.
Returns:
The type of the matrix.

This function returns the type of the matrix m. No check is done on m.

Since (EFL) :
1.14
Since :
3.0