Esempio n. 1
0
 /// <summary>
 /// Creates an instance of the class from topo and time information.
 /// </summary>
 /// <param name="topo"></param>
 /// <param name="date"></param>
 public TopoTime(Topo topo, Julian date)
    :base(topo.AzimuthRad, topo.ElevationRad, topo.Range, topo.RangeRate)
 {
    Date = date;
 }
Esempio n. 2
0
 /// <summary>
 /// Creates an instance of the class from topo and time information.
 /// </summary>
 /// <param name="topo"></param>
 /// <param name="date"></param>
 public TopoTime(Topo topo, Julian date)
     : base(topo.AzimuthRad, topo.ElevationRad, topo.Range, topo.RangeRate)
 {
     Date = date;
 }