Tizen Native API
3.0
|
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
void eina_matrix3_f16p16_compose | ( | const Eina_Matrix3_F16p16 * | m1, |
const Eina_Matrix3_F16p16 * | m2, | ||
Eina_Matrix3_F16p16 * | dst | ||
) |
- Since (EFL) :
- 1.14
- Since :
- 3.0
void eina_matrix3_f16p16_identity | ( | Eina_Matrix3_F16p16 * | m | ) |
Sets the given fixed point matrix to the identity matrix.
- Parameters:
-
m The 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:
-
m The 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