Example #1
0
 public Iterator(Iterator other)
 {
     mapGeometry = other.mapGeometry;
     position    = other.position;
 }
Example #2
0
 internal Iterator(MapGeometry mapGeometry, MapPos position)
 {
     this.mapGeometry = mapGeometry;
     this.position    = position;
 }