CircularCell

fun CircularCell(    environment: Environment<Double, Euclidean2DPosition>,     node: Node<Double>,     diameter: Double = 0.0,     junctions: MutableMap<Junction, MutableMap<Node<Double>, Int>> = LinkedHashMap())