Пример #1
0
 public CircularCloudLayouter(Point center)
 {
     Center = center;
     Cloud  = new Cloud();
     spiral = new SpiralWalker(center, 0.1, 0, 1);
 }
Пример #2
0
        public void HaveNothingOnInit()
        {
            var cloud = new Cloud();

            cloud.Should().BeEmpty();
        }