示例#1
0
 public channel(int index, Hare.Geometry.Vector Dir, channel_type c, double delay_ms)
 {
     _index = index;
     V      = Dir;
     Type   = c;
     delay  = delay_ms;
 }
 public channel(int index, Hare.Geometry.Vector Dir, channel_type c, double delay_ms)
 {
     _index = index;
     V = Dir;
     Type = c;
     delay = delay_ms;
 }