/// <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; }
/// <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; }