Click or drag to resize

AzimuthElevationRange Methods

The AzimuthElevationRange type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertMotion
Construct a Motion<Cartesian> which represents the motion expressed with AzimuthElevationRange values and derivatives.
Public methodEquals(AzimuthElevationRange)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEqualsEpsilon
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
Public methodStatic memberFromCartesian
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.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.)
Top
See Also