Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

l_bBox

A list representing a bounding box.

Value Returned

l_list

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

Bounding Box Functions


Return to top
 ⠀
X