Searched refs:nema_matrix4x4_t (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_matrix4x4.h | 36 typedef float nema_matrix4x4_t[4][4]; typedef 44 void nema_mat4x4_load_identity(nema_matrix4x4_t m); 53 void nema_mat4x4_mul(nema_matrix4x4_t m, 54 nema_matrix4x4_t m_l, 55 nema_matrix4x4_t m_r); 58 void nema_mat4x4_copy(nema_matrix4x4_t m_l, 59 nema_matrix4x4_t m_r); 70 void nema_mat4x4_mul_vec(nema_matrix4x4_t m, float *x, float *y, float *z, float *w); 85 void nema_mat4x4_translate(nema_matrix4x4_t m, float tx, float ty, float tz); 95 void nema_mat4x4_scale(nema_matrix4x4_t m, float sx, float sy, float sz); [all …]
|