Quadrangles operations.  
More...
|  | 
| EAPI void | eina_quad_rectangle_to (const Eina_Quad *q, Eina_Rectangle *r) | 
|  | 
| EAPI void | eina_quad_rectangle_from (Eina_Quad *q, const Eina_Rectangle *r) | 
|  | 
| EAPI void | eina_quad_coords_set (Eina_Quad *q, double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) | 
|  | 
| EAPI void | eina_quad_coords_get (const Eina_Quad *q, double *x1, double *y1, double *x2, double *y2, double *x3, double *y3, double *x4, double *y4) | 
|  | 
Quadrangles operations. 
◆ eina_quad_rectangle_to()
◆ eina_quad_rectangle_from()
◆ eina_quad_coords_set()
      
        
          | EAPI void eina_quad_coords_set | ( | Eina_Quad * | q, | 
        
          |  |  | double | x1, | 
        
          |  |  | double | y1, | 
        
          |  |  | double | x2, | 
        
          |  |  | double | y2, | 
        
          |  |  | double | x3, | 
        
          |  |  | double | y3, | 
        
          |  |  | double | x4, | 
        
          |  |  | double | y4 | 
        
          |  | ) |  |  | 
      
 
 
◆ eina_quad_coords_get()
      
        
          | EAPI void eina_quad_coords_get | ( | const Eina_Quad * | q, | 
        
          |  |  | double * | x1, | 
        
          |  |  | double * | y1, | 
        
          |  |  | double * | x2, | 
        
          |  |  | double * | y2, | 
        
          |  |  | double * | x3, | 
        
          |  |  | double * | y3, | 
        
          |  |  | double * | x4, | 
        
          |  |  | double * | y4 | 
        
          |  | ) |  |  |