centerBox
centerBox(l_bBox) =>l_point/nil
Description
Returns the center point of the given bounding box. The bounding box is not validated and is assumed to be correct.
Arguments
Value Returned
Examples
centerBox( list( 0:0 9:9 ) ) => ( 4 4 )
centerBox( list(0.0:0.0 9.0:9.0 ) ) => ( 4.5 4.5 )
Related Topics
Database Access Function Argument Types
Return to top