valgolang
/
com.valgolang.runtime.datastructures
/
SquareBoundary
/
SquareBoundary
Square
Boundary
fun
SquareBoundary
(minDimensions:
Pair
<
Double
,
Double
> = Pair(4.0, 4.0), width:
Double
= minDimensions.first.toDouble(), height:
Double
= minDimensions.second.toDouble(), maxSize:
Int
= 0)
Content copied to clipboard
Create empty Square boundary