EarthCenteredEarthFixedPositionMeters
USI.Core
WGS-84 Earth-centered, Earth-fixed aircraft coordinates in meters.
public struct EarthCenteredEarthFixedPositionMeters : IEquatable<EarthCenteredEarthFixedPositionMeters>Constructors
EarthCenteredEarthFixedPositionMeters
public EarthCenteredEarthFixedPositionMeters(double X, double Y, double Z)WGS-84 Earth-centered, Earth-fixed aircraft coordinates in meters.
Properties
X
public double X { get; set; }Y
public double Y { get; set; }Z
public double Z { get; set; }Methods
Deconstruct
public void Deconstruct(double X, double Y, double Z)Equals
public bool Equals(object obj)Equals
public bool Equals(EarthCenteredEarthFixedPositionMeters other)GetHashCode
public int GetHashCode()ToString
public string ToString()