Struct

EarthCenteredEarthFixedPosition

USI.Core

WGS-84 Earth-centered, Earth-fixed position in selected length units.

public struct EarthCenteredEarthFixedPosition : IEquatable<EarthCenteredEarthFixedPosition>

Constructors

EarthCenteredEarthFixedPosition

public EarthCenteredEarthFixedPosition(Length X, Length Y, Length Z)

WGS-84 Earth-centered, Earth-fixed position in selected length units.

Properties

X

public Length X { get; set; }

Y

public Length Y { get; set; }

Z

public Length Z { get; set; }

Methods

Deconstruct

public void Deconstruct(Length X, Length Y, Length Z)

Equals

public bool Equals(object obj)

Equals

public bool Equals(EarthCenteredEarthFixedPosition other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()