Modules | Typedefs | Enumerations
Matrix

Modules

 3x3 Matrices in floating point
 Matrix definition and operations.
 
 4x4 Matrices in floating point
 Matrix definition and operations.
 
 3x3 Matrices in fixed point
 Fixed point matrix operations.
 
 2x2 Matrices in floating point
 Matrix definition and operations.
 

Typedefs

typedef enum _Eina_Matrix_Type Eina_Matrix_Type
 Matrix3 types.
 

Enumerations

enum  _Eina_Matrix_Type {
  EINA_MATRIX_TYPE_IDENTITY,
  EINA_MATRIX_TYPE_AFFINE,
  EINA_MATRIX_TYPE_PROJECTIVE,
  EINA_MATRIX_TYPE_LAST
}
 

Detailed Description

Enumeration Type Documentation

◆ _Eina_Matrix_Type

Enumerator
EINA_MATRIX_TYPE_IDENTITY 

Identity matrix3 type.

EINA_MATRIX_TYPE_AFFINE 

Affine matrix3 type.

EINA_MATRIX_TYPE_PROJECTIVE 

Projective matrix3 type.

EINA_MATRIX_TYPE_LAST 

The total number of matrix3 types.