Point description (API) More...
Public Member Functions | |
| Point () | |
| Point (const DbU::Unit &x, const DbU::Unit &y) | |
| Point (const Point &point) | |
| Point & | operator= (const Point &point) |
| bool | operator== (const Point &point) const |
| bool | operator!= (const Point &point) const |
| void | setX (DbU::Unit x) |
| void | setY (DbU::Unit y) |
| Point & | translate (const DbU::Unit &dx, const DbU::Unit &dy) |
Point description (API)
| Hurricane::Point::Point | ( | ) |
Default constructor.
Creates the point defined by x and y coordinates.
Translates the point of dx and dy.
| Generated by doxygen 1.10.0 on Fri Sep 27 2024 | Return to top of page |
| Hurricane VLSI Database | Copyright © 2000-2020 Bull S.A. All rights reserved |