hiBoxCenter
hiBoxCenter(
l_boundingBox
)
=> l_boxCenter
Description
Returns the center point of a bounding box.
Arguments
|
l_boundingBox
|
Specifies a valid bounding box, which is represented by a list of two points separated by blank space.
Each point is a list of two integers: the first point is the lower-left coordinate of the box and the second point is the upper-right coordinate.
|
Values Returned
|
l_boxCenter
|
List of two integers representing the center point of the bounding box.
|
Related Topics
hiScaleBox
General Environmental Functions
Return to top