Rectangle

open fun Rectangle(    pm: Environment<out Any, P>,     rand: RandomGenerator,     nodes: Int,     x: Double,     y: Double,     sizeX: Double,     sizeY: Double)

Parameters

rand

the RandomGenerator

nodes

the number of nodes

x

x start point

y

y start point

sizeX

x size

sizeY

y size