T
- the type of the field elementspublic class FieldTrackingCoordinates<T extends org.hipparchus.CalculusFieldElement<T>> extends Object
TopocentricFrame
Constructor and Description |
---|
FieldTrackingCoordinates(T azimuth,
T elevation,
T range)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
T |
getAzimuth()
Get the azimuth.
|
T |
getElevation()
Get the elevation.
|
T |
getRange()
Get the range.
|
public T getAzimuth()
The azimuth is the angle between the North direction at local point and the projection in local horizontal plane of the direction from local point to given point. Azimuth angles are counted clockwise, i.e positive towards the East.
public T getElevation()
The elevation is the angle between the local horizontal and the direction from local point to given point.
public T getRange()
Copyright © 2002-2023 CS GROUP. All rights reserved.