LongitudeLatitudeRadius Structure |
Namespace: AGI.Foundation.Coordinates
The LongitudeLatitudeRadius type exposes the following members.
| Name | Description | |
|---|---|---|
| LongitudeLatitudeRadius(AzimuthElevationRange) |
Initializes a set of LongitudeLatitudeRadius coordinates from the provided set of
AzimuthElevationRange coordinates.
| |
| LongitudeLatitudeRadius(Cartesian) |
Initializes a set of LongitudeLatitudeRadius coordinates from the provided set of Cartesian coordinates.
| |
| LongitudeLatitudeRadius(Cylindrical) |
Initializes a set of LongitudeLatitudeRadius coordinates from the provided set of Cylindrical coordinates.
| |
| LongitudeLatitudeRadius(Double) |
Initializes a set of LongitudeLatitudeRadius coordinates from the first 3 consecutive elements in the provided array.
| |
| LongitudeLatitudeRadius(Spherical) |
Initializes a set of LongitudeLatitudeRadius coordinates from the provided set of
Spherical coordinates.
| |
| LongitudeLatitudeRadius(Double, Int32) |
Initializes a set of LongitudeLatitudeRadius coordinates from the provided array.
| |
| LongitudeLatitudeRadius(Double, Double, Double) |
Initializes a set of LongitudeLatitudeRadius coordinates from the provided longitude, latitude, and radius.
|
| Name | Description | |
|---|---|---|
| Item | ||
| Latitude |
Gets the angular coordinate measured from the xy-plane and toward the positive z-axis.
| |
| Length |
Gets the number of elements in this set of coordinates.
| |
| Longitude |
Gets the angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
| |
| Radius |
Gets the linear coordinate measured from the origin.
| |
| Zero |
Gets a set of LongitudeLatitudeRadius coordinates with values of zero.
|
| Name | Description | |
|---|---|---|
| ConvertMotion |
Converts the motion given in terms of a set of Cartesian coordinates to motion
of the corresponding set of LongitudeLatitudeRadius coordinates.
| |
| Equals(LongitudeLatitudeRadius) |
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 ValueTypeEquals(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.
| |
| GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Returns if the two instances are exactly equal.
| |
| Inequality |
Returns if the two instances are not exactly equal.
|