Struct

LocalWorldVector

USI.Core

A provider-neutral vector in local east, up, and north axes.

public struct LocalWorldVector : IEquatable<LocalWorldVector>

Constructors

LocalWorldVector

public LocalWorldVector(double East, double Up, double North)

A provider-neutral vector in local east, up, and north axes.

Properties

East

public double East { get; set; }

North

public double North { get; set; }

Up

public double Up { get; set; }

Methods

Deconstruct

public void Deconstruct(double East, double Up, double North)

Equals

public bool Equals(object obj)

Equals

public bool Equals(LocalWorldVector other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()