Ejemplo n.º 1
0
 public CircularCloudLayouter(Point center)
 {
     Center = center;
     Cloud  = new Cloud();
     spiral = new SpiralWalker(center, 0.1, 0, 1);
 }
Ejemplo n.º 2
0
        public void HaveNothingOnInit()
        {
            var cloud = new Cloud();

            cloud.Should().BeEmpty();
        }