libsf3
|
#include <sf3_vector_graphic.h>
Data Fields | |
uint8_t | type |
float | elements [6] |
An instruction to apply a transformation matrix to the instructions following after this one.
Definition at line 156 of file sf3_vector_graphic.h.
float sf3_matrix_instruction::elements[6] |
The elements of the 3x2 transform matrix stored in row-major order.
Definition at line 160 of file sf3_vector_graphic.h.
uint8_t sf3_matrix_instruction::type |
Definition at line 157 of file sf3_vector_graphic.h.