|
Limbo 3.5.4
|
#include <GdsObjectHelpers.h>
Public Member Functions | |
| Rotate (double a) | |
| constructor | |
| void | operator() (PointType &p) const |
| API to run operation. Transformation matrix cos(theta) -sin(theta) sin(theta) cos(theta). | |
Public Attributes | |
| double | angle |
| angle | |
| double | cosAngle |
| cosine value of angle | |
| double | sinAngle |
| sine value of angle | |
Rotate operation.
Definition at line 290 of file GdsObjectHelpers.h.
|
inline |
|
inline |
API to run operation.
Transformation matrix
cos(theta) -sin(theta)
sin(theta) cos(theta).
| p | given position and perform operation on the position |
Definition at line 309 of file GdsObjectHelpers.h.
| double GdsParser::GdsDB::ApplyCellReferenceActionDetails::Rotate< PointType >::angle |
angle
Definition at line 292 of file GdsObjectHelpers.h.
| double GdsParser::GdsDB::ApplyCellReferenceActionDetails::Rotate< PointType >::cosAngle |
cosine value of angle
Definition at line 293 of file GdsObjectHelpers.h.
| double GdsParser::GdsDB::ApplyCellReferenceActionDetails::Rotate< PointType >::sinAngle |
sine value of angle
Definition at line 294 of file GdsObjectHelpers.h.