dbTransformPoint
dbTransformPoint(l_point l_list) =>l_point/ nil
Description
Using the location and orientation you specify, this function calculates how a certain shape (such as a pin on the master) in an instance of a cell is repositioned. This function performs calculations and is not related to any database object.
Arguments
|
List of the following: displacement vector offset, rotation or reflection of the object, and magnification (optional). |
|
Value Returned
|
The coordinate pair of the location of the object after the transformation. |
|
Examples
dbTransformPoint( (1.5:2.5) list(0:10 "R90" 2.5) )
=> (-6.250000 13.750000)
Related Topics
Shape Transformation Functions
Return to top