|
Limbo 3.5.4
|
Scale magnification. More...
#include <GdsObjectHelpers.h>
Public Member Functions | |
| MagScale (double sx, double sy) | |
| constructor | |
| void | operator() (PointType &p) const |
| API to run operation. | |
Public Attributes | |
| double | scaleX |
| scale x | |
| double | scaleY |
| scale y | |
Scale magnification.
Definition at line 319 of file GdsObjectHelpers.h.
|
inline |
|
inline |
API to run operation.
| p | given position and perform operation on the position |
Definition at line 331 of file GdsObjectHelpers.h.
| double GdsParser::GdsDB::ApplyCellReferenceActionDetails::MagScale< PointType >::scaleX |
scale x
Definition at line 321 of file GdsObjectHelpers.h.
| double GdsParser::GdsDB::ApplyCellReferenceActionDetails::MagScale< PointType >::scaleY |
scale y
Definition at line 322 of file GdsObjectHelpers.h.