Standard constructor.
Namespace: Zeptomoby.OrbitTools.TrackAssembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
C# |
---|
public Node(
double radLat,
double radLon,
double timeMpe,
bool isAscending,
double kmRadius
) |
Visual Basic |
---|
Public Sub New ( _
radLat As Double, _
radLon As Double, _
timeMpe As Double, _
isAscending As Boolean, _
kmRadius As Double _
) |
Visual C++ |
---|
public:
Node(
double radLat,
double radLon,
double timeMpe,
bool isAscending,
double kmRadius
) |
Parameters
- radLat
- Type: System..::..Double
The latitude, in radians.
- radLon
- Type: System..::..Double
The longitude, in radians.
- timeMpe
- Type: System..::..Double
Time, in minutes-past-epoch format.
- isAscending
- Type: System..::..Boolean
Indicates ascending or descending node.
- kmRadius
- Type: System..::..Double
The distance from the coordinate system origin,
in kilometers.
See Also