Polygon

constructor(environment: Environment<*, P>, randomGenerator: RandomGenerator, nodes: Int, pointsInput: List<*>)(source)

Parameters

environment

the simulation environment

randomGenerator

the RNG used for placements

nodes

the count of nodes that need to get displaced inside the polygon

pointsInput

the points of the polygon. The class does not check for "malformed" polygons (e.g. with intersections). If the provided points do not represent a valid polygon in bidimensional space, the behaviour of this class is undefined. There polygon is closed automatically (there is no need to pass the first point also as last element).

Type Parameters

P

the position2D type