Circle

open fun Circle(    pm: Environment<out Any, P>,     rand: RandomGenerator,     nodes: Int,     centerX: Double,     centerY: Double,     radius: Double)

Parameters

rand

the RandomGenerator

nodes

the number of nodes

centerX

the center x of the circle

centerY

the center y of the circle

radius

the radius of the circle