dbTransformBBox
dbTransformBBox(l_bBox l_list) =>l_bBox_new
Description
Arguments
|
List of the following: displacement vector for the transformation, rotation or reflection of the objects, and magnification (optional). |
|
Value Returned
Examples
dbTransformBBox(list(1.5:2.5 0:10) list(10:20 "R90"))
=> ((0.0 21.5) (7.5 20.0))
Related Topics
Shape Transformation Functions
Return to top