Represents the three component layer for the map.
Beispiel #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="MapBuilder" /> class.
 /// </summary>
 public MapBuilder()
 {
     LaserData = new double[0, 0];
     Layers    = new Layers();
     _centerX  = _centerY = MapSize / 2;
 }