GDS-Render v1.2.1
|
This represents an instanc of a cell inside another cell. More...
#include <gds-types.h>
Data Fields | |
char | ref_name [CELL_NAME_MAX] |
Name of referenced cell. More... | |
struct gds_cell * | cell_ref |
Referenced gds_cell structure. More... | |
struct gds_point | origin |
Origin. More... | |
int | flipped |
Mirrored on x-axis before rotation. More... | |
double | angle |
Angle of rotation (counter clockwise) in degrees. More... | |
double | magnification |
magnification More... | |
This represents an instanc of a cell inside another cell.
Definition at line 110 of file gds-types.h.
double angle |
Angle of rotation (counter clockwise) in degrees.
Definition at line 115 of file gds-types.h.
struct gds_cell* cell_ref |
Referenced gds_cell structure.
Definition at line 112 of file gds-types.h.
int flipped |
Mirrored on x-axis before rotation.
Definition at line 114 of file gds-types.h.
double magnification |
magnification
Definition at line 116 of file gds-types.h.
struct gds_point origin |
Origin.
Definition at line 113 of file gds-types.h.
char ref_name[CELL_NAME_MAX] |
Name of referenced cell.
Definition at line 111 of file gds-types.h.