AzimuthElevationRange Structure |
Namespace: AGI.Foundation.Coordinates
The AzimuthElevationRange type exposes the following members.
Name | Description | |
---|---|---|
![]() | AzimuthElevationRange(Cartesian) |
Initializes a set of AzimuthElevationRange coordinates from the provided set of
Cartesian coordinates represented in the North-East-Down orientation with
X pointing north, Y pointing east, and Z pointing down.
|
![]() | AzimuthElevationRange(Double[]) |
Initializes a set of AzimuthElevationRange coordinates from the first 3 consecutive elements in the provided array.
|
![]() | AzimuthElevationRange(Double[], Int32) |
Initializes a set of AzimuthElevationRange coordinates from the provided array.
|
![]() | AzimuthElevationRange(Double, Double, Double) |
Initializes a set of AzimuthElevationRange coordinates from the provided values.
|
Name | Description | |
---|---|---|
![]() | Azimuth |
Gets the angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
|
![]() | Elevation |
Gets the angular coordinate measured from the xy-plane measured toward the negative z-axis.
|
![]() | Item | |
![]() | Length |
Gets the number of elements in this set of coordinates.
|
![]() | Range |
Gets the linear coordinate measured from the origin.
|
![]() ![]() | Zero |
Gets a set of AzimuthElevationRange coordinates with values of zero.
|
Name | Description | |
---|---|---|
![]() ![]() | ConvertMotion |
Construct a Motion<Cartesian> which represents the motion
expressed with AzimuthElevationRange values and derivatives.
|
![]() | Equals(AzimuthElevationRange) |
Indicates whether another instance of this type is exactly equal to this instance.
|
![]() | Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueType.Equals(Object).) |
![]() | EqualsEpsilon |
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
|
![]() ![]() | FromCartesian |
Initializes a set of AzimuthElevationRange coordinates from the provided set of
Cartesian coordinates represented in the North-East-Down orientation with
X pointing north, Y pointing east, and Z pointing down.
|
![]() | GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns the string representation of the value of this instance.
(Overrides ValueType.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns true if the two instances are exactly equal.
|
![]() ![]() | Inequality |
Returns true if the two instances are not exactly equal.
|