|
gerbv
|
#include <gerbv.h>
Data Fields | |
| gerbv_axis_select_t | axisSelect |
| gerbv_mirror_state_t | mirrorState |
| gerbv_unit_t | unit |
| gdouble | offsetA |
| gdouble | offsetB |
| gdouble | scaleA |
| gdouble | scaleB |
| gpointer | next |
| gerbv_axis_select_t gerbv_netstate_t::axisSelect |
| gerbv_mirror_state_t gerbv_netstate_t::mirrorState |
any mirroring around the X or Y axis
Definition at line 646 of file gerbv.h.
Referenced by svg_netstate_transform().
| gpointer gerbv_netstate_t::next |
the next state group in the array
Definition at line 652 of file gerbv.h.
Referenced by gerbv_destroy_image().
| gdouble gerbv_netstate_t::offsetA |
the offset along the A axis (usually this is the X axis)
Definition at line 648 of file gerbv.h.
Referenced by svg_netstate_transform().
| gdouble gerbv_netstate_t::offsetB |
the offset along the B axis (usually this is the Y axis)
Definition at line 649 of file gerbv.h.
Referenced by svg_netstate_transform().
| gdouble gerbv_netstate_t::scaleA |
the scale factor in the A axis (usually this is the X axis)
Definition at line 650 of file gerbv.h.
Referenced by gerbv_create_image(), and svg_netstate_transform().
| gdouble gerbv_netstate_t::scaleB |
the scale factor in the B axis (usually this is the Y axis)
Definition at line 651 of file gerbv.h.
Referenced by gerbv_create_image(), and svg_netstate_transform().
| gerbv_unit_t gerbv_netstate_t::unit |