lowerLeft
lowerLeft(l_bBox) =>l_list
Description
Returns the lower left point of the given bounding box. The bounding box is not validated and assumed to be correct.
Arguments
Value Returned
|
A list representing the lower left point of the bounding box. |
Examples
lowerLeft( list( list(0 0) list(5 5)) => list(0 0)
Related Topics
Database Access Function Argument Types
Return to top